MultiObjectiveOptimizer.LoadEngine(Variable) Method

Top 

Description

Loads and initializes the selected engine.

 

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

MultiObjectiveOptimizer.LoadEngine(

Variable algorithmType)

 

 

Arguments

algorithmType


Description:

The algorithm to use.

Valid Values:

Value

Label

0

Strength Pareto Evolutionary Algorithm (SPEA)

1

Non-dominated Sorting Genetic Algorithm (NSGA)

2

Brute Force. Evaluates all potential solutions. Continuous variables are not supported.

 

 

 

 

Syntax

myMultiObjectiveOptimizer1.LoadEngine(myVariable1);

 

 

See also

MultiObjectiveOptimizer Object

MultiObjectiveOptimizer.LoadEngine