Genetic Programming in Python, with a scikit-learn inspired API
-
Updated
Feb 15, 2022 - Python
The packed_t is used to pack bits together. However, it seems that perhaps std::bitset might do this better, and also offer more features, functions, etc. It might simplify the code!? and might? run faster?
Add a description, image, and links to the genetic-programming topic page so that developers can more easily learn about it.
To associate your repository with the genetic-programming topic, visit your repo's landing page and select "manage topics."
The pipeline.fit/fit_from_scratch difference is quite confusing for new users.
So, common 'fit' should be preferred in all situations.
Cache-based fit should be moved to external function.