How to define a constraint in MATLAB
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
kianmehr
el 19 de Jul. de 2023
Respondida: Constantino Carlos Reyes-Aldasoro
el 20 de Jul. de 2023
Hello
I have a mathematical model and I want to define the limit and the objective function and solve it with nsga2 algorithm, but I don't know how to define the limit, for example, I have a limit that I will upload a photo of, if possible, get the code
Q'PMp't=Decision variable
d'p'n't=parameter
p'=3
t=3
n'=4
0 comentarios
Respuestas (1)
Constantino Carlos Reyes-Aldasoro
el 20 de Jul. de 2023
You will not easily get someone to code for you. Best way to get help is to try something and if it does not work or you have problems, then ask here. What I would say is that if you have a summation to perform, you could run a for-loop for every value of n' and sum the values into a variable.
0 comentarios
Ver también
Categorías
Más información sobre Direct Search 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!