ParetoFront.CullSolutions(Variable) Method

Top 

Description

After calling this method, the ParetoFront.Solutions array will contain a maximum of N solutions where N is equal to the numberOfSolutions argument. If the number of existing solutions is greater than N, the solutions to be culled will be determined using a clustering algorithm such that the resulting distribution of solutions is spread evenly along the pareto front.

 

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.

 

Method Signature

ParetoFront.CullSolutions(

Variable numberOfSolutions)

 

 

Arguments

numberOfSolutions


Description:

The number of solutions to keep.

Valid Range:

numberOfSolutions > 0

 

 

 

Syntax

myParetoFront1.CullSolutions(myVariable1);

 

 

See also

ParetoFront Object