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

댓글 수: 1

can i know how you fixed the fitness function for this problem,explain it little more detail

댓글을 달려면 로그인하십시오.

 채택된 답변

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

카테고리

질문:

2014년 3월 6일

댓글:

2015년 10월 6일

Community Treasure Hunt

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

Start Hunting!

Translated by