Skip to content

Genetic algorithms with focus on ability to combine multiple, expensive fitness functions with short circuiting capabilities. Keywords: Genetic algorithm, Optimization, Neural Network

Notifications You must be signed in to change notification settings

BenHocking/ShortCircuitGA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

ShortCircuitGA contains genetic algorithms with a focus on the ability to combine multiple, expensive fitness functions with simpler, quicker fitness functions that can operate as a proxy in cases where fitness is poor. An analogy can be made to biological evolution where organisms with significant defects do not survive very long. The code was designed with a specific fitness function involving a neural network simulation of the hippocampus in mind (NeuroJet), but can be applied to any fitness function, even those that are not composite in nature.

About

Genetic algorithms with focus on ability to combine multiple, expensive fitness functions with short circuiting capabilities. Keywords: Genetic algorithm, Optimization, Neural Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published