...
Normalization???
unique solutions ???
Objective Function Object
Attribute | Required | Content | Values | Description |
---|---|---|---|---|
goal | Y | String | minimize, maximize | The goal of the optimization |
objective_functionOperation Function | Y | Objective Operation function Object | The objective operation function that has to be optimized |
Objective Operation function object
Attribute | Required | Content | Values | Description |
---|---|---|---|---|
operation | Y | String | sum, min, max | The operation which will be a part of the objective function |
operands | Y | 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 | |
inverse | N | Boolean | default : False | Flag to specify whether the objective function has to be inverted. |
...