Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix TODOs from 2.4.7 #47

Open
9 tasks
s-martin opened this issue Feb 4, 2023 · 0 comments
Open
9 tasks

Fix TODOs from 2.4.7 #47

s-martin opened this issue Feb 4, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed investigation needed

Comments

@s-martin
Copy link
Owner

s-martin commented Feb 4, 2023

Check the old TODOs, if still applicable and fix them:

  • make the library thread-safe
  • xml input and output for saving the state of genomes and evolutions
  • use double rather than float
  • allow run-time modification of the random number generator
  • get rid of all the casts (e.g. GASelector.C) for signed/unsigned
  • be consistent in use of signed/unsigned in the class apis
  • use bits for the bit-based genomes so that we reduce memory use by a factor of 8
  • enable concurrent builds on the same source tree
  • make galib 64-bit clean (remove the dangerous casts)

taken from https://github.com/s-martin/galib/blob/ee43915cdbe26e153c1cece2fc7b2638e43ba161/TODO.md

@s-martin s-martin added enhancement New feature or request help wanted Extra attention is needed investigation needed labels Feb 4, 2023
s-martin added a commit that referenced this issue Feb 4, 2023
Converted to #47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed investigation needed
Projects
None yet
Development

No branches or pull requests

1 participant