Published May 8, 2023
| Version v2.5.4-alpha.2
Software
Open
MEALPY: An open-source library for latest meta-heuristic algorithms in Python
Authors/Creators
Description
- 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)
Notes
Files
thieu1995/mealpy-v2.5.4-alpha.2.zip
Files
(12.1 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:aba1497fc4feef5eec93fae17299a1d8
|
12.1 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/thieu1995/mealpy/tree/v2.5.4-alpha.2 (URL)