|
gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <vector>

Go to the source code of this file.
Functions | |
| double | GradientDescent (void(*func)(std::vector< double > &x, double &Obj, bool needGrad, std::vector< double > &gradObj, void *), std::vector< double > &x, void *data) |
| double GradientDescent | ( | void(*)(std::vector< double > &x, double &Obj, bool needGrad, std::vector< double > &gradObj, void *) | func, |
| std::vector< double > & | x, | ||
| void * | data | ||
| ) |