summaryrefslogtreecommitdiff
path: root/test_example.py
AgeCommit message (Collapse)Author
2020-06-23Update the tests again and remove some useless ones.Paweł Redman
2020-06-21Move the solver to Colour and update all testsPaweł Redman
2020-06-20Rewrite the error function w/ analytic derivativesPaweł Redman
This greatly speeds up the code and improves convergence. Something's slightly off with the code, though, and the output colors are slightly skewed.
2020-06-19Major cleanupPaweł Redman
- The interpolator code is no longer here (but in the Colour fork) - Refactoring made the code shorter and cleaner - All tests work properly again
2020-06-19Switch to the development version of Colour (rather than 0.3.15)Paweł Redman
2020-06-12Make sure the solver works for all inputsPaweł Redman
This is achieved by using feedback. In case of a failure, a color with known coefficients is used to solve for a point somewhere between the target and the color. The process is repeated, getting closer and closer to the target until it finally converges.
2020-06-11Refactoring; use primed c's everywherePaweł Redman
2020-06-09A new test comparing results with a referencePaweł Redman