MCPcopy Create free account
hub / github.com/cvanaret/Uno / generate_initial_iterate

Method generate_initial_iterate

uno/optimization/OptimizationProblem.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 void OptimizationProblem::generate_initial_iterate(Iterate& /*initial_iterate*/, Evaluations& /*evaluations*/) const {
44 // do nothing
45 }
46
47 void OptimizationProblem::postprocess_iterate(Iterate& /*iterate*/) const {
48 // do nothing

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected