scikit-opt
scikit-opt copied to clipboard
Simulated Annealing variable bound not working
I am using the scikit-opt for minimizing a function through Simulated Annealing. The problem is the bounding on the variables is not working, even when I define bounds the method doesn't enforce them (it seems it is using default values). I did the same with the Genetic Algorithm and works fine.
pls put your code here
与楼上相同问题,模拟退火,设置精度没用。