MultiObjectiveOptimizer.EvaluatedSolutionCacheSize Property

Top 

Description

The number of evaluated solutions to cache. This allows the optimizer to detect and skip re-evaluating solutions that are already in the cache. A larger cache size may increase or decrease the MultiObjectiveOptimizer's execution time depending on the problem being solved. When the value of this property is 0 the cache is disabled.

 

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:

integer

Access:

read/write

Default Value:

0

Valid Range:

MultiObjectiveOptimizer.EvaluatedSolutionCacheSize ≥ 0

 

Syntax

myVariable1 = myMultiObjectiveOptimizer1.EvaluatedSolutionCacheSize;

 

myMultiObjectiveOptimizer1.EvaluatedSolutionCacheSize = myVariable1;

 

See also

MultiObjectiveOptimizer Object