mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 17:58:03 -06:00
rotation finder experiments
wip
This commit is contained in:
parent
10f7d64880
commit
b4e30cc8ad
4 changed files with 108 additions and 54 deletions
|
@ -368,6 +368,7 @@ template<size_t N> auto score_gradient(double s, const double (&grad)[N])
|
|||
using AlgNLoptGenetic = detail::NLoptAlgComb<NLOPT_GN_ESCH>;
|
||||
using AlgNLoptSubplex = detail::NLoptAlg<NLOPT_LN_SBPLX>;
|
||||
using AlgNLoptSimplex = detail::NLoptAlg<NLOPT_LN_NELDERMEAD>;
|
||||
using AlgNLoptDIRECT = detail::NLoptAlg<NLOPT_GN_DIRECT>;
|
||||
|
||||
// TODO: define others if needed...
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue