MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / InitialGuess

Function InitialGuess

BakingLab/SG.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78const SG* InitialGuess()
79{
80 return defaultInitialGuess;
81}
82
83// Solve for SG's using non-negative least squares
84static void SolveNNLS(SGSolveParam& params)

Callers 2

InitMethod · 0.85
UpdateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected