Is it possible to optimize a transfer function parameter using genetic algorithm optimization toolbox?

2 views (last 30 days)
I am trying to optimize a value of a parameter using genetic algorithm toolbox.The parameter is included in a transfer function. My fitness function is integral of this transfer function with respect to time. I am having problems in implementing it. Can someone help. Thank You With Regards Samyukta

Accepted Answer

Alan Weiss
Alan Weiss on 6 Mar 2014
I suppose your problem is how do you pass the parameter vector to your integration routine. This example shows how to optimize parameters of an ODE, which is a similar problem.
Perhaps you use the integral command to integrate your function. Take a look at the "Integrate Parameterized Function" example on that reference page.
Good luck,
Alan Weiss
MATLAB mathematical toolbox documentation

More Answers (2)

Vani Samyukta
Vani Samyukta on 7 Mar 2014
Thank You for your reply.

praveer yadav
praveer yadav on 3 Nov 2014
is your problem solved?? I am also having the same problem.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!