Gradient-Free-Optimizers
Gradient-Free-Optimizers copied to clipboard
add Differential-Evolution algorithm
While researching for #46 I found another kind of evolutionary algorithm: The differential evolution algorithm. I think it would be very interesting to implement and see the differences compared to the genetic algorithm or evolution strategy.