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

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

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

Community Treasure Hunt

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

Start Hunting!