fmincon 优化出错,请各位哥哥姐姐帮帮忙。
16 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than the default value of the step size tolerance and constraints are
satisfied to within the default value of the constraint tolerance.
Optimization stopped because the relative changes in all elements of x are less than options.StepTolerance = 1.000000e-10, and the relative maximum constraint violation, 0.000000e+00, is less than options.ConstraintTolerance = 1.000000e-06.
Optimization Metric Options
max(abs(delta_x./x)) = 7.64e-11 StepTolerance = 1e-10 (default)
relative max(constraint violation) = 0.00e+00 ConstraintTolerance = 1e-06 (default)
不知道哪里出错
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre 二次规划和锥规划 en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!