Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbytecode/mcga.jl
Machine Coded Genetic Algorithms in Julia
https://github.com/jbytecode/mcga.jl
Last synced: 22 days ago
JSON representation
Machine Coded Genetic Algorithms in Julia
- Host: GitHub
- URL: https://github.com/jbytecode/mcga.jl
- Owner: jbytecode
- License: mit
- Created: 2021-09-03T17:03:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T18:06:45.000Z (about 1 year ago)
- Last Synced: 2024-10-15T16:56:54.048Z (2 months ago)
- Language: Julia
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mcga.jl
Machine Coded Genetic Algorithms in Julia.This is the Julia implementation of the R package `mcga`.
# Citation
To cite mcga in publications use:
Mehmet Hakan Satman (2013). Machine Coded Genetic Algorithms For Real
Parameter Optimization Problems Gazi University Journal of Science,
26(1), 85-95. URL https://dergipark.org.tr/tr/download/article-file/83541A BibTeX entry for LaTeX users is
```latex
@Article{,
title = {Machine Coded Genetic Algorithms For Real Parameter Optimization Problems},
author = {Mehmet Hakan Satman},
journal = {Gazi University Journal of Science},
year = {2013},
volume = {26},
number = {1},
pages = {85--95},
url = {https://dergipark.org.tr/tr/download/article-file/83541},
}
```