evolution
Here are 590 public repositories matching this topic...
-
Updated
Nov 20, 2019 - JavaScript
-
Updated
Sep 18, 2021 - Java
-
Updated
Mar 14, 2021 - C
-
Updated
Mar 14, 2021 - C#
-
Updated
Jun 1, 2021
-
Updated
Oct 30, 2021 - JavaScript
-
Updated
Jul 13, 2021 - CSS
-
Updated
Oct 7, 2021 - Java
-
Updated
May 1, 2017 - Python
-
Updated
Nov 3, 2021 - Java
-
Updated
May 31, 2018 - Swift
-
Updated
Oct 21, 2021 - C
-
Updated
Jun 9, 2021 - Rust
-
Updated
Apr 16, 2021 - C++
-
Updated
Jul 5, 2021 - Perl
Is your feature request related to a problem? Please describe.
When using the built in agents, users cannot override the strategies.
Describe the solution you'd like
The constructors for the built in agents should take strategy as an optional argument that defaults to the parent's default strategy.
-
Updated
Oct 15, 2021 - Julia
-
Updated
Sep 4, 2021 - Python
-
Updated
Jun 2, 2020 - Python
Overview
Everything in lib/utilities is intended to be Rails agnostic (though many use some feature like .blank?. These libraries are execellent targets for extraction and simplification of our code base.
Extraction target
- https://github.com/SpeciesFileGroup/taxonworks/blob/development/lib/utilities/dates.rb and corresponding specs
Re-integration
Refactoring should be s
-
Updated
Sep 5, 2017 - Python
-
Updated
Oct 5, 2021 - Ruby
-
Updated
Feb 7, 2017 - C#
-
Updated
Nov 4, 2021 - C++
-
Updated
Nov 4, 2021 - C++
Improve this page
Add a description, image, and links to the evolution topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the evolution topic, visit your repo's landing page and select "manage topics."
I just saw in auto-evo a place where energy balance is computed twice just a few rows apart:
https://github.com/Revolutionary-Games/Thrive/blob/28e604b61f63162dd44f54bd450fcbd8cd93674b/src/auto-evo/simulation/PopulationSimulation.cs#L191
this should be super simple to just store that in a variable instead of computing it twice, should give at least a tiny performance benefit.