S3 object returned by doTheEvolution
containing the best found
parameter setting and value in the single-objective case and the Pareto-front/-set
in case of a multi-objective optimization problem. Moreover a set of further
information, e.g., reason of termination, the control object etc. are returned.
The single objective result object contains the following fields:
The last optimization state.
The ecr_optimization_task
.
The ecr_control
object passed to doTheEvolution
.
Overall best parameter setting.
Overall best objective value.
Optimization path OptPath
.
Last population.
Named list of populations stored during the process.
Character string describing the reason of termination.
In case of a solved multi-objective function the result object contains the following fields:
The last optimization state.
The ecr_optimization_task
.
The ecr_control
object passed to doTheEvolution
.
Indizes of the non-dominated solutions in the last population.
(n x d) matrix of the approximated non-dominated front where n is the number of non-dominated points and d is the number of objectives.
Matrix of decision space values resulting with objective values given in pareto.front.
Last population.
Named list of populations stored during the process.
Character string describing the reason of termination.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.