Open christianechevarria opened 4 years ago
There are currently no tests to enforce correct construction of Hopfield Networks inside architect this resulted in issue #220
Include specific tasks in the order they need to be done in. Include links to specific lines of code where the task should happen at.
Implemented a test in the TypeScript version: https://github.com/liquidcarrot/carrot/blob/d3b142107e166bfc70b3aa7e9572344d86c01ad0/test/units/architecture/ArchitectTest.ts#L141-L174
Description
There are currently no tests to enforce correct construction of Hopfield Networks inside architect this resulted in issue #220
Tasks
Include specific tasks in the order they need to be done in. Include links to specific lines of code where the task should happen at.