Description Usage Arguments Value
Use NSGAII algorithm to solve the multiobjective optimization problem.
1 2 3 4 5 |
objective_functions_list |
List of objective functions |
chromosome_size |
Size of chromosome which represents candidate solutions |
chromosome_type |
Chromosome type ("binary" or "numeric") |
population_size |
Number of solutions evaluated in one iteration of genetic algorithm |
number_of_iterations |
Number of iterations (generations) of genetic algorithm |
nc |
NC for SBX crossover (valid if "numeric" chromosome is used) |
mutation_probability |
Probability of mutation (valid if "binary" chromosome is used) |
uniform_mutation_sd |
Standard deviation of mutation (valid if "numeric" chromosome is used) |
List which contains results of NSGAII:
values
- Matrix with objective functions values for nondominated solutions.
Each row represents one nondominated solution and each column one objective function.
nondominated_solutions
- Chromosomes of nondominated solutions
statistics
- Statistics about run of genetic algorithm
parameters
- Parameters of genetic algorithm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.