simpeg.optimization.ProjectedGNCG.startup#
- ProjectedGNCG.startup(x0)[source]#
- Called at the start of any new minimize call. - This will set: - x0 = x0 xc = x0 iter = iterLS = 0 - Parameters:
- x0numpy.ndarray
- initial x - If you have things that also need to run in the method startup, you can create a method: - def _startup*(self, ... ): pass - Where the * can be any string. If present, _startup* will be called at the start of the default startup call. You may also completely overwrite this function. 
 
- x0
 
