TheAlgorithms / MATLAB-Octave

This repository contains algorithms written in MATLAB/Octave. Developing algorithms in the MATLAB environment empowers you to explore and refine ideas, and enables you test and verify your algorithm.
MIT License
369 stars 175 forks source link

Minimization optimization Genetic algorithm #48

Closed abhishekmaletha closed 4 years ago

abhishekmaletha commented 4 years ago

This is a minimization code for a polynomial function using binary coded Genetic algorithm

cozek commented 4 years ago

Since this is an application of GA, please rename the Minimization folder to a more appropriate name. Perhaps like 'Minimization of Polynomial Function' or whatever is more appropriate. Also, please add it the readme under a new category Genetic Algorithm.

Everything else seems fine. Thanks for your contribution.

abhishekmaletha commented 4 years ago

Sir, I will do as instructed by you .

On Thu, Oct 1, 2020 at 10:22 PM Kaushik Amar Das notifications@github.com wrote:

Since this is an application of GA, please rename the Minimization folder to a more appropriate name. Perhaps like 'Minimization of Polynomial Function' or whatever is more appropriate. Also, please add it the readme under a new category Genetic Algorithm.

Everything else seems fine. Thanks for your contribution.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/TheAlgorithms/MATLAB-Octave/pull/48#issuecomment-702265301, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQAIA4YL5AOBWAF6XAWK5LDSISXTLANCNFSM4SACCS4A .

abhishekmaletha commented 4 years ago

sir, please check I have done it from here.

abhishekmaletha commented 4 years ago

sir this PR is for hacktober . I request you to please add label to my PR as it has been merged.

abhishekmaletha commented 4 years ago

thank you sir. Sir I have applied real coded GA in one of the PR...please review it too. Thank you.