# \#evolutionary

**URL:** https://discourse.julialang.org/tag/evolutionary/1890.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [NeatEvolution.jl: Neuroevolution of Augmenting Topologies](https://discourse.julialang.org/t/neatevolution-jl-neuroevolution-of-augmenting-topologies/136107)

<div class="topic-metadata">

**Author:** [@CodeReclaimers](https://discourse.julialang.org/u/CodeReclaimers)\
**Replies:** 0\
**Last updated:** [March 9, 2026, 8:19pm UTC](https://discourse.julialang.org/t/neatevolution-jl-neuroevolution-of-augmenting-topologies/136107 "2026-03-09T20:19:03Z")

</div>

Hi folks, I’m the maintainer of the neat-python package, and I finally got around to porting it to Julia. I tried to make sure it adheres to the original NEAT paper and has about the same set of capabilities as neat-py…

---

## [Parallelization with Evolutionary.jl](https://discourse.julialang.org/t/parallelization-with-evolutionary-jl/135286)

<div class="topic-metadata">

**Author:** [@ufechner7](https://discourse.julialang.org/u/ufechner7)\
**Replies:** 8\
**Last updated:** [January 27, 2026, 6:16pm UTC](https://discourse.julialang.org/t/parallelization-with-evolutionary-jl/135286 "2026-01-27T18:16:33Z")

</div>

I would like to run an optimzation with a costly objective function (about 1s execution time) in parallel. The documentation says: If the objective function is heavily CPU-bound, it’s possible to utilize multiple proce…
