Good afternoon.

I wrote my function, I decided to optimize the parameters, but I did not find where in the optimize.differential_evolution the parameter search step is set. And how to make brute force doing integer?

result = optimize.differential_evolution(rsi2, ((2, 4), (1, 4)), ) print(result) 
  • Add more desired result. - Ep1demic
  • If I understand the source code PYTHON\site-packages\scipy\optimize\_differentialevolution.py - you cannot select the " PYTHON\site-packages\scipy\optimize\_differentialevolution.py step" ... - MaxU

0