variable declaration for optimization
Mostrar comentarios más antiguos
hello,
I am writing a code where I need to declare two variables which will be used for optimization in further, i.e,
a,b -----> variable(a=complex, b=real)
x=h1*a^2+h2*b^2+h3;------>h1,h2,h3 are constants
x=objective of optimization problem
what will be the code to declare 'a' and 'b';?
4 comentarios
Walter Roberson
el 31 de Oct. de 2020
Are you doing Problem Based Optimization?
Soumili Sen
el 31 de Oct. de 2020
Walter Roberson
el 31 de Oct. de 2020
You do not define variables for solver based optimization: you define a function that accepts a vector of values.
Soumili Sen
el 12 de Nov. de 2020
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Problem-Based Optimization Setup en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!