optymus
Optimization Methods in Python
Navigation
Quickstart
API Reference
Optimizer
Optimization Methods
optymus.methods.powell
optymus.methods.univariate
optymus.methods.bfgs
optymus.methods.conjugate_gradient
optymus.methods.steepest_descent
optymus.methods.newton_raphson
optymus.methods.adagrad
optymus.methods.adam
optymus.methods.adamax
optymus.methods.rmsprop
optymus.methods.yogi
optymus.methods.cmaes
optymus.methods.cross_entropy
optymus.methods.simulated_annealing
optymus.methods.particle_swarm
optymus.methods.differential_evolution
optymus.methods.polymesher
Vehicle Routing Problem (VRP)
Search Methods
Benchmark Functions
Examples
Guide
Related Topics
Documentation overview
API Reference
Optimization Methods
Previous:
optymus.methods.bfgs
Next:
optymus.methods.steepest_descent
optymus.methods.conjugate_gradient
¶
optymus.methods.
conjugate_gradient
(
gradient_type
=
'fletcher_reeves'
,
**
kwargs
)
[source]
¶