MultiObjectiveOptimizer.SolutionMutationRate Property

Top 

Description

The percentage of the population that will be selected for mutation when generating the next generation of solutions. If this value is non-zero, at least one solution will be selected.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Attributes

Type:

number

Access:

read/write

Default Value:

0.2

Valid Range:

0 ≤ MultiObjectiveOptimizer.SolutionMutationRate ≤ 1

 

Syntax

myVariable1 = myMultiObjectiveOptimizer1.SolutionMutationRate;

 

myMultiObjectiveOptimizer1.SolutionMutationRate = myVariable1;

 

See also

MultiObjectiveOptimizer Object