EmpowerOperations / volition

The Volition Optimization API
https://empowerops.com
5 stars 1 forks source link

Abort Optimization flow confusing; IsFrontier does not appear correct #29

Open Groostav opened 2 years ago

Groostav commented 2 years ago

the Abort optimization flow is more confusing than it needs to be; offerSimulationResult and offerErrorResult can be merged into the same method.

Also, isFrontier is not correct:

  1. create a simulation with 2 variables and an expensive constraint
  2. start the optimization for 2 points

expected: some point, even if all points are infeasible, is frontiner actual: no points are infeasible.

Groostav commented 1 year ago

fixed in 4a7e775ebe2b2d0e7d7ad1490bf86de629457cf6

Groostav commented 1 year ago

this was closed erroneously