You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dehann Fourie edited this page Aug 5, 2020
·
1 revision
Details to help explain the solver code
20000feet answer is that a "recipe" is constructed on which hypotheses should be computed. The recipe is then followed to produce a set of particles. the CCW object serves two purposes: towards in-place memory, and also help structure the lambda functions that get created just before NLsolve or Optim is called. The only way I have found to do this is construct lambda's on the fly just in time for computation. So the prep is all about getting things ready for this.