CharJon / GeCO

Generators for Combinatorial Optimization
MIT License
14 stars 4 forks source link

Move to numpy random generator decorator #90

Open CharJon opened 3 years ago

CharJon commented 3 years ago

Currently we are using the networkx decorator for randomness. The design is tailored to not require numpy, but as we build on numpy anyways, we could write our own decorator. Possible benefits:

Link to numpy random generators.