This commit is contained in:
nuknal
2024-09-10 15:17:59 +08:00
parent 2fcbc389c6
commit e44bd318ae
5 changed files with 6 additions and 3 deletions

View File

@@ -18,8 +18,8 @@ type SolveMethod int
const (
SolveMethodOptimize SolveMethod = iota
SolveMethodNelderMead
SolveMethodLeastSquare
SolveMethodNelderMead
)
const epsilon = 1e-4