thieu1995 / mealpy

A Collection Of The State-of-the-art Metaheuristic Algorithms In Python (Metaheuristic/Optimizer/Nature-inspired/Biology)
https://mealpy.readthedocs.io
GNU General Public License v3.0
871 stars 177 forks source link

[BUG]: Found in PermutationVar data type. #120

Closed thieu1995 closed 11 months ago

thieu1995 commented 11 months ago

Description of the bug

The g_best solution is not corrected.

Steps To Reproduce

  1. Check function correct() in space.py module.

Additional Information

No response

thieupu commented 11 months ago

@thieu1995 ,

It has been fixed in the latest version 3.0.1

Amreseacher commented 11 months ago

Thank you for addressing and fixing the bug! It's working fine right now. Thanks once again for your time and support.

thieupu commented 11 months ago

You are welcome!