Data structures

Work in progress...

Main.OCTHaGOn.GlobalModelType

Contains all constraints and data to solve the global optimization optimization problem. Add linear constraints to a GlobalModel through JuMP.@constraint(gm.model, ...), and nonlinear constraints using add_nonlinear_constraint.

source
Main.OCTHaGOn.BlackBoxRegressorType

Allows for approximation of continuous functions or objectives using ORTs. Can be added to GlobalModel using add_nonlinear_constraint or add_nonlinear_or_compatible.

source