-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change to a dictionary-based components system (#14)
* Move optimization system into components * Move components test into separate folder * Add simple test for optimization components * Move Initial conditions into separate components dict * Fix copilot autocomplete * Test set for new initial condition components * Move activation functions into separate dict * Add tests for activation fn components * Add identity activation function * Port architectures to components system * Ensure dictionary access uses lower-case letters * Add simple test set for architecture components * Architecture extension dict no longer needed * Adapt example of extending APEBench * Fix wrong argument
- Loading branch information
Showing
14 changed files
with
416 additions
and
276 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.