Created
November 16, 2016 19:01
-
-
Save apas/7efe4eb428d0d36330dc68f3bcc625cc to your computer and use it in GitHub Desktop.
ops bib
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Inbook{Dorigo2010, | |
author="Dorigo, Marco | |
and St{\"u}tzle, Thomas", | |
editor="Gendreau, Michel | |
and Potvin, Jean-Yves", | |
title="Ant Colony Optimization: Overview and Recent Advances", | |
bookTitle="Handbook of Metaheuristics", | |
year="2010", | |
publisher="Springer US", | |
address="Boston, MA", | |
pages="227--263", | |
isbn="978-1-4419-1665-5", | |
doi="10.1007/978-1-4419-1665-5_8", | |
url="http://dx.doi.org/10.1007/978-1-4419-1665-5_8" | |
} | |
@ARTICLE{Cordon02areview, | |
author = {Oscar Cordon and Francisco Herrera and Thomas Stützle}, | |
title = {A Review on the Ant Colony Optimization Metaheuristic: Basis, Models and New Trends}, | |
journal = {Mathware & Soft Computing}, | |
year = {2002}, | |
volume = {9}, | |
pages = {141--175} | |
} | |
@book{mitchell1998introduction, | |
title={An introduction to genetic algorithms}, | |
author={Mitchell, Melanie}, | |
year={1998}, | |
publisher={MIT press} | |
} | |
@book{coley1999introduction, | |
title={An introduction to genetic algorithms for scientists and engineers}, | |
author={Coley, David A}, | |
year={1999}, | |
publisher={World scientific} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment