You are on page 1of 2

Monday, 12 February 2018

Title

Subject

1. Initial point is a local minimum that satisfies the constraints.Optimization


completed because at the initial point, the objective function is non-decreasing
in feasible directions to within the selected value of the optimality tolerance, and
constraints are satisfied to within the selected value of the constraint
tolerance.Stopping criteria details:Optimization completed: The final point is the
initial point.The first-order optimality measure, 0.000000e+00, is less than
options.OptimalityTolerance =1.000000e-08, and the maximum constraint
violation, 9.000000e-21, is less thanoptions.ConstraintTolerance =
1.000000e-08.Optimization Metric Optionsfirst-order
optimality = 0.00e+00 OptimalityTolerance = 1e-08
(selected)max(constraint violation) = 9.00e-21 ConstraintTolerance = 1e-08
(selected)

2. Local minimum possible. Constraints satisfied.fmincon stopped because the


size of the current step is less thanthe default value of the step size tolerance
and constraints are satisfied to within the selected value of the constraint
tolerance.Stopping criteria details:Optimization stopped because the relative
changes in all elements of x areless than options.StepTolerance =
1.000000e-10, and the relative maximum constraintviolation, 0.000000e+00, is
less than options.ConstraintTolerance = 1.000000e-08.Optimization Metric
Optionsmax(abs(delta_x./x)) = 2.39e-12 StepTolerance = 1e-10
(default)relative max(constraint violation) = 0.00e+00 ConstraintTolerance =
1e-08 (selected)

3. Local minimum possible. Constraints satisfied.fmincon stopped because the


size of the current step is less thanthe default value of the step size tolerance
and constraints are satisfied to within the selected value of the constraint
tolerance.Stopping criteria details:Optimization stopped because the relative
changes in all elements of x areless than options.StepTolerance =
1.000000e-10, and the relative maximum constraintviolation, 0.000000e+00, is
less than options.ConstraintTolerance = 1.000000e-08.Optimization Metric
Optionsmax(abs(delta_x./x)) = 6.30e-11 StepTolerance = 1e-10
(default)relative max(constraint violation) = 0.00e+00 ConstraintTolerance =
1e-08 (selected)

4. Local minimum possible. Constraints satisfied.fmincon stopped because the


size of the current step is less thanthe default value of the step size tolerance
and constraints are satisfied to within the selected value of the constraint

1
Monday, 12 February 2018
tolerance.Stopping criteria details:Optimization stopped because the relative
changes in all elements of x areless than options.StepTolerance =
1.000000e-10, and the relative maximum constraintviolation, 0.000000e+00, is
less than options.ConstraintTolerance = 1.000000e-08.Optimization Metric
Optionsmax(abs(delta_x./x)) = 0.00e+00 StepTolerance = 1e-10
(default)relative max(constraint violation) = 0.00e+00 ConstraintTolerance =
5

∫3
1e-08 (selected) x 2 d x

5. Solver stopped prematurely.fmincon stopped because it exceeded the function


evaluation limit,options.MaxFunctionEvaluations = 3000 (the default value).

6. Solver stopped prematurely.fmincon stopped because it exceeded the function


evaluation limit,options.MaxFunctionEvaluations = 3000 (the default value).

7. Solver stopped prematurely.fmincon stopped because it exceeded the function


evaluation limit,options.MaxFunctionEvaluations = 3000 (the default value).

8. Solver stopped prematurely.fmincon stopped because it exceeded the function


evaluation limit,options.MaxFunctionEvaluations = 3000 (the default value).

You might also like