Skip to content

Some evolutionary algorithms written in C++: Genetic Algorithm (GA) Multi-objective Evolutionary Algorithm (MOEA) Artificial Immune System (AIS) Feed forward Neural Networks with Backpropagation Learning (NN BP) Recurrent Neural Networks with Backpropagation Through Time learning method (rNN BPTT)

License

Notifications You must be signed in to change notification settings

jorgemf/c-evolutionary-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Evolutionary library (No longer maintained)

Some evolutionary algorithms written in C++:

  • Genetic Algorithm (GA)
  • Multi-objective Evolutionary Algorithm (MOEA)
  • Artificial Immune System (AIS)
  • Feed forward Neural Networks with Backpropagation Learning (NN BP)
  • Recurrent Neural Networks with Backpropagation Through Time learning method (rNN BPTT)

Source code is in src and there are two examples under examples directory:

  • nn contains a main file to run the algorithms of the neural networks and an example of data files
  • tsp contains an example of the travel salesman problem (TSP) solved with AIS and GA with different crossovers and mutation operators.

This code was used for some papers:

License

Copyright 2010-2015 Jorge Muñoz Fuentes

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Some evolutionary algorithms written in C++: Genetic Algorithm (GA) Multi-objective Evolutionary Algorithm (MOEA) Artificial Immune System (AIS) Feed forward Neural Networks with Backpropagation Learning (NN BP) Recurrent Neural Networks with Backpropagation Through Time learning method (rNN BPTT)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages