Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Normalization???

unique solutions ???

Objective Function Object

AttributeRequiredContentValuesDescription
goalYStringminimize, maximizeThe goal of the optimization
objective_functionOperation FunctionYObjective Operation function Object
The objective operation function that has to be optimized


Objective Operation function object

AttributeRequiredContentValuesDescription
operationYString

sum, min, max

The operation which will be a part of the objective function
operandsY

List of operand object


The operand on which the operation is to be performed.

The operand can be an attribute or result of a function 

inverseNBooleandefault : FalseFlag to specify whether the objective function has to be inverted.

...