Add some proper unit testing #4
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
There is functional Jest code that already works, in an extremely limited capacity. To begin, I think we should create tests for each model version - to ensure that no version "breaks" during the course of development.
We can focus on testing individual functions later, after adding some basic model tests.
Part of this is going to involve the addition of aI added a basicmaxSteps
argument, such that we can test formaxSteps
number of iterations, per model. Today, training is just infinite.trainSteps
argument, to handle this.The text was updated successfully, but these errors were encountered: