![]() |
MoDeNa
1.0
Software framework facilitating sequential multi-scale modelling
|
Module providing strategies. More...
Go to the source code of this file.
Data Structures | |
| class | python.Strategy.InitialisationStrategy |
| Parent class for the initialisation strategies. More... | |
| class | python.Strategy.OutOfBoundsStrategy |
| Parent class for the out of bounds strategies. More... | |
| class | python.Strategy.ImproveErrorStrategy |
| Base class for strategies 'fixing' the error of a surrogate model. More... | |
| class | python.Strategy.ParameterFittingStrategy |
| Base Class for creating parameter fitting strategies. More... | |
| class | python.Strategy.ParameterFittingStrategy.errorFit |
| class | python.Strategy.SamplingStrategy |
| Base class for Sampling strategies (DoE). More... | |
| class | python.Strategy.InitialPoints |
| Class for initialisation of a surrogate model by fitting it to user-specified points. More... | |
| class | python.Strategy.InitialData |
| Class initialising a SurrogateModel given a dataset of input-output relations. More... | |
| class | python.Strategy.EmptyInitialisationStrategy |
| Empty initialisation strategy, used by Forward Mapping Models. More... | |
| class | python.Strategy.ExtendSpaceStochasticSampling |
| Class for extending the design space using stochastic sampling. More... | |
| class | python.Strategy.StochasticSampling |
| Design of experiments class, Monte Carlo sampling. More... | |
| class | python.Strategy.NonLinFitWithErrorContol |
| Parameter fitting class, non-linear least squares regression. More... | |
| class | python.Strategy.NonLinFitToPointWithSmallestError |
| Performs parameter fitting of a set of samples and returns the parameters that yield the smallest error. More... | |
| class | python.Strategy.Initialisation |
| A FireTask that performs the initialisation. More... | |
| class | python.Strategy.ParameterFitting |
| A FireTask that performs parameter fitting. More... | |
| class | python.Strategy.InitialDataPoints |
| Pushes all "points" to the next firework. More... | |
| class | python.Strategy.OutOfBounds |
| class | python.Strategy.ParametersNotValid |
| class | python.Strategy.TerminateWorkflow |
| class | python.Strategy.ModifyWorkflow |
| class | python.Strategy.ModenaFireTask |
| class | python.Strategy.BackwardMappingScriptTask |
| A FireTask that starts a macroscopic code and catches its return code. More... | |
Variables | |
| python.Strategy.nlmrt = importr('nlmrt') | |
| python.Strategy.lhs = importr('lhs') | |
| python.Strategy.term = Terminal() | |
Module providing strategies.
Definition in file Strategy.py.