nasa / bingo

Apache License 2.0
47 stars 28 forks source link

Addition of Parameter Initialization Bounds and Optimization Options to CLO and Forced Use of Python Simplification #43

Closed nightdr closed 2 years ago

nightdr commented 2 years ago

I added customizable param_init_bounds and optimization_options properties to the ContinuousLocalOptimization class. I think we spoke about making these options as class properties but let me know if you have another preferred way of implementing this.

nightdr commented 2 years ago

I updated the optimization options to be a dict passed as kwargs to scipy.minimize()

nightdr commented 2 years ago

added option to force python simplification as per Jake's request

right now we can't use the python simplification backend using c++ agraphs, but I am looking into some pybind functionality that might allow this