Skip to content

stable v3.0.0

Choose a tag to compare

@gnannicini gnannicini released this 12 Jun 04:50

Major update with several improvements. Not backward compatible.

Added:

  • Refinement phase for improved local search: see option refinement_frequency and new options that start with tr_.
  • Support for Python 3.

Changed:

  • OptAlgorithm is now called RbfoptAlgoritm.
  • RbfSettings is now called RbfoptSettings.
  • Automatic model selection is now active by default, using fast linear algebra routines.
  • Rbf functions in module rbfopt_utils now use Numpy, triggering several code optimization changes and major improvement in iteration speed.
  • Several default settings have been changed.

Removed:

  • Module rbfopt_model_selection is no longer necessary.
  • Option model_selection_solver is no longer necessary.
  • Option max_stalled_obj_fun_impr is subsumed by eps_impr.
  • Cython modules and setup.py have been removed .