First Feasible Solution
Name: |
|
Type: | bool |
Default Value: | false |
Available Options: | true, false |
To turn on First Feasible Solution, the user should specify in a new line of an options file:
FIRST_FEASIBLE_SOLUTION = true
What is the First Feasible Solution?
The main goal of optimisation is to find a point which minimises an objective function, subject to certain constraints. Despite this fact, finding an optimal point can take a very long time, in some cases, or the user is only interested in finding a point that is feasible for the problem at hand.
If the option
FIRST_FEASIBLE_SOLUTION
is set to true, Octeract Engine will terminate after it finds a feasible solution (not necessarily an optimal solution).