how we know my optimized result is correct
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I want to know how can i check my optimized result is correct,yeah i know constriants and objective function but i don't know my lower and upper bound or intial guess values,it is just assumptions value for every different objective function ,getting different results. can you please tell me how to check optimized result is correct.
also ,when i use GA for same lb and ub at same constraints value,every time it gives different results,how can i know which result is correct
3 comentarios
Walter Roberson
el 10 de Sept. de 2019
As we have not seen your code, we as outside observers have no reason to think that the objective function could not go negative.
If a negative weight does not make sense for your physical situation, then one of the following is true:
- Your equations are wrong; or
- Your constraints (bounds, linear inequality, linear equality, nonlinear inequality, nonlinear equality) are wrong; or
- You used integer constraints and tried to specify constraints that are not compatible with integer constraints and overlooked the warning message that said that the other constraints would be ignored
Respuestas (0)
Ver también
Categorías
Más información sobre Solver Outputs and Iterative Display 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!