Skip to content

Genetic Algorithm according to "Modeling and Optimization of Biotechnological Processes - Artificial Intelligence Approaches" Book

Notifications You must be signed in to change notification settings

bambier/Genetic-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genetic Algorithm for Optimizing a Systems

This algorithm was written acording to Modelling and Optimization of Biotechnological Processes book.

In this algorithm both kinetic_expressions and multi_feed_expressions function were extracted from the book directly. fitness function also design as described in book. (not direcly)

Other functions including:

  • roulette_wheel_selection
  • crossover
  • mutation
  • evolution
  • main

all were writen from scratch based on our need.

About

Genetic Algorithm according to "Modeling and Optimization of Biotechnological Processes - Artificial Intelligence Approaches" Book

Topics

Resources

Stars

Watchers

Forks

Languages