how can i optimize the hybrid system for a stand alone system through GENETIC ALGORITHM coding could please share the genetic algorithm coding

i have consider the hybrid system of wind,solar, diesel,battery as a hybrid system to optimize the system in terms of cost and demand meet out according to the load profile and i am in need of the genetic algorithm coding to get the optimal result for the hybrid system

 채택된 답변

The first step in any optimization problem is to define the problem explicitly, naming variables. Then figure out an objective function, meaning a thing to maximize or minimize, in terms of the given variables. Next figure out the constraints of your problem. Are some variables positive? What are the bounds and other constraints? Only after you have done all that can you progress to trying to solve the problem, or choose an algorithm for solving the problem. For an introduction to modeling, see this Optimization Modeling video.
For help choosing a solver, see the Optimization Decision Table and the Global Optimization Decision Table.
Good luck,
Alan Weiss
MATLAB mathematical toolbox documentation

댓글 수: 1

thank you Alan for answering my question ,i think your answer is more adaptive for the optimization through the toolbox but ,i am doing the optimization through the coding ,could pleas help me to get the idea for creating the pseudo code GA thanks once again

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

추가 답변 (0개)

카테고리

제품

질문:

2016년 9월 7일

댓글:

2016년 9월 14일

Community Treasure Hunt

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

Start Hunting!

Translated by