Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 833 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (20 loc) · 833 Bytes

Contributing

The project is considered mostly feature-complete, but there remain bugs to be discovered and ironed out, the open question of the optimal/best global optimization algorithm, which the project will strive to implement, as well as any small TODOs and FIXMEs already marked in the source.

Bugs & Issues

When you report a bug, please include a minimal reproducible example, i.e. a short snippet of code that deterministically reproduces and shows off the bug.

See:

Ideally, send in your bug reports with patches to fix and tests to cover. Thsnks!