Skip to content

2.0b3

Compare
Choose a tag to compare
@relf relf released this 17 May 09:38
· 93 commits to master since this release
960ecd7
  • Rework of the categorical and hierarchical variables API for kriging-based surrogates (@jbussemaker #428 ) :

    • Implementation of a new design space definition API in smt.utils.design_space
    • XSpecs and XType have been completely replaced by DesignSpace
    • Add numba speedup for kriging calculations (optional)
    • Documentation update
  • Fixes related to categorical variables handling : (@Paul-Saves #431 )

    • Fix: kriging-based surrogates categorical_kernel option is now explicitly continuous relaxation
    • Fix: mixed-integer EGO implementation now works in folded space
  • Code format with black is enforced in CI (#432 )