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

 Accepted Answer

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 Comment

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

Sign in to comment.

More Answers (0)

Products

Asked:

on 7 Sep 2016

Commented:

on 14 Sep 2016

Community Treasure Hunt

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

Start Hunting!