Appearance
Minimalist
Decoupled
Gradient-free optimization of neural network parameters
Example: f(x) = x^2 (loss = log10(MSE(y_predict, x**2)))
f(x) = x^2
loss = log10(MSE(y_predict, x**2))
Genetic algorithm: