Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petru-braha/class-genetic-algorithms
Assignements in genetic algorithms class
https://github.com/petru-braha/class-genetic-algorithms
coevolutionary-algorithms genetic-algorithm hill-climbing meta-heuristics simulated-annealing
Last synced: about 2 months ago
JSON representation
Assignements in genetic algorithms class
- Host: GitHub
- URL: https://github.com/petru-braha/class-genetic-algorithms
- Owner: petru-braha
- Created: 2024-10-08T10:14:29.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-12-13T22:20:45.000Z (2 months ago)
- Last Synced: 2024-12-13T23:22:37.955Z (2 months ago)
- Topics: coevolutionary-algorithms, genetic-algorithm, hill-climbing, meta-heuristics, simulated-annealing
- Language: TeX
- Homepage: https://profs.info.uaic.ro/eugen.croitoru/teaching/ga/
- Size: 159 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Genetic algoritms
- the source directory contains:
- each homework
- R statistics measurements
- outputs directory## H1 - Hill Climbing algorithm
- Best improvement
- First improvement
- Worst improvement
- Simulated Annealing## H2 - genetic algorithm
- selection
- cross-over
- mutation- etilitism
- stagnation halting condition
- meta-ga