Skip to content

v2.5.4-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@thieu1995 thieu1995 released this 08 May 09:23
· 388 commits to master since this release
  • Update the parameter's order in Tuner class
  • Update the saving's bug when using Termination in Multitask
  • Remove ILA optimizer
  • Rename "amend_position()" definition in some algorithms to "bounded_position()".
  • Add a "amend_position()" function in Optimizer class. This function will call two functions.
    • bounded_position() from optimizer. This means for optimizer level (get in valid range of position)
    • amend_position() from problem. This means for problem level (transform to the correct solution)