I don't know what or who this is.
This seems to be a parallel deterministic solver for non-convex MINLPs. Some things I noticed:
Some of the competing solvers are Baron, Couenne, and Antigone.
This seems to be a parallel deterministic solver for non-convex MINLPs. Some things I noticed:
- !np.easy : cute (but nonsense of course: some problems just remain difficult).
- "The first massively parallel Deterministic Global Optimization solver for general non-convex MINLPs."
- Symbolic manipulation: like some other global solvers they need the symbolic form of the problem so they can reason about this. I.e. no black-box problems.
- Support for AMPL and Pyomo
- "Octeract Engine has implementations of algorithms that guarantee convergence to a global optimum in finite time. The correctness of the majority of the calculations are ensured through a combination of interval arithmetic and infinite precision arithmetic."
- It looks like the benchmarks [3] are against itself (so always a winner)
- I don't see any names on the web site. The About Company section is unusually vague.
Some of the competing solvers are Baron, Couenne, and Antigone.