force-h2020 / force-bdss-plugin-itwm-example

ITWM Example plugin for the BDSS
0 stars 3 forks source link

Port OptimizerEngine class capabilities to BDSS #63

Closed flongford closed 4 years ago

flongford commented 4 years ago

The WeightedOptimizer and NevergradOptmizer classes contain a useful API that can be ported to the force-bdss in order for additional plugins to contribute optimization techniques.

Whereas the BaseMCO classes are expected to contribute a complete optimisation routine for a specific application / use case, the OptimizerEngine classes may provide an entry point for use of functionalities within an external library / module as part the MCO.

Corwinpro commented 4 years ago

All good now, implemented in #61