Description Usage Arguments Value
This function solves the cyclone optimization problem
1 |
problem |
A list representing the problem configuration:
|
method |
A string indicating the used optimization algorithm. It can be NSGA-II ("nsga2"), DEMO ("demo") or MOEA/D ("moead"). Default is DEMO. |
control |
A list of control parameters: #'
Default values are used for unspecified parameters. |
no.runs |
An integer denoting the number of runs. Default is 1. |
List of data frames storing the decision varaibles (x) and objective values (y) of all nonodominated feasible solutions found during each run.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.