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
Base.depwarn("NLSolveSafeTerminationResult has been deprecated in favor of the new dispatch based termination conditions. Please use the new termination conditions API!",
@@ -296,6 +304,8 @@ Define the termination criteria for the NonlinearProblem or SteadyStateProblem.
296
304
* `protective_threshold`: If the objective value increased by this factor wrt initial objective terminate immediately.
297
305
* `patience_steps`: If objective is within `patience_objective_multiplier` factor of the criteria and no improvement within `min_max_factor` has happened then terminate.
298
306
307
+
!!! warning
308
+
This has been deprecated and will be removed in the next major release. Please use the new dispatch based termination conditions API.
299
309
"""
300
310
struct NLSolveTerminationCondition{mode, T,
301
311
S <:Union{<:NLSolveSafeTerminationOptions, Nothing}}
Base.depwarn("NLSolveTerminationCondition has been deprecated in favor of the new dispatch based termination conditions. Please use the new termination conditions API!",
0 commit comments