Cite This Page
Bibliographic details for Evolutionary algorithm
- Page name: Evolutionary algorithm
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 19 November 2024 15:29 UTC
- Date retrieved: 9 February 2025 05:49 UTC
- Permanent URL: https://rosettacode.org/wiki/Evolutionary_algorithm?oldid=373473
- Page Version ID: 373473
Citation styles for Evolutionary algorithm
APA style
Evolutionary algorithm. (2024, November 19). Rosetta Code. Retrieved 05:49, February 9, 2025 from https://rosettacode.org/wiki/Evolutionary_algorithm?oldid=373473.
MLA style
"Evolutionary algorithm." Rosetta Code. 19 Nov 2024, 15:29 UTC. 9 Feb 2025, 05:49 <https://rosettacode.org/wiki/Evolutionary_algorithm?oldid=373473>.
MHRA style
Rosetta Code contributors, 'Evolutionary algorithm', Rosetta Code, 19 November 2024, 15:29 UTC, <https://rosettacode.org/wiki/Evolutionary_algorithm?oldid=373473> [accessed 9 February 2025]
Chicago style
Rosetta Code contributors, "Evolutionary algorithm," Rosetta Code, https://rosettacode.org/wiki/Evolutionary_algorithm?oldid=373473 (accessed February 9, 2025).
CBE/CSE style
Rosetta Code contributors. Evolutionary algorithm [Internet]. Rosetta Code; 2024 Nov 19, 15:29 UTC [cited 2025 Feb 9]. Available from: https://rosettacode.org/wiki/Evolutionary_algorithm?oldid=373473.
Bluebook style
Evolutionary algorithm, https://rosettacode.org/wiki/Evolutionary_algorithm?oldid=373473 (last visited February 9, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Evolutionary algorithm --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Evolutionary_algorithm?oldid=373473", note = "[Online; accessed 9-February-2025]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "Evolutionary algorithm --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Evolutionary_algorithm?oldid=373473}", note = "[Online; accessed 9-February-2025]" }