[FEAT]: add start point to algorithms
zorka5 opened this issue · 2 comments
zorka5 commented
Description
Hi, I enjoy the library very much! As far as I know, right now there is no easy way of adding initial point to population. I would love to be able to add start point (for example like in scipy differential_evolution x0 param). Thanks!
Additional Information
No response
thieu1995 commented
Hi @zorka5,
We do have that feature.
https://mealpy.readthedocs.io/en/latest/pages/general/advance_guide.html#starting-solutions
zorka5 commented
Thank you!! Couldn't find it :D