-
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.
- Loading branch information
Showing
4 changed files
with
12 additions
and
13 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
import gleam/io | ||
import iris | ||
import nested_tensor | ||
import qcheck_gleeunit_utils/test_spec | ||
// only takes 10 seconds to run all the grid_search on M3 Max | ||
// import gleam/io | ||
// import iris | ||
// import nested_tensor | ||
// import qcheck_gleeunit_utils/test_spec | ||
|
||
// // only takes 10 seconds to run all the grid_search on M3 Max | ||
// pub fn grid_search_test_() { | ||
// use <- test_spec.make | ||
// iris.print_note() | ||
// "naked_gradient_descent" |> io.println_error | ||
|
||
// iris.grid_search_iris_theta(malt0.naked_gradient_descent) | ||
// iris.grid_search_iris_theta(nested_tensor.naked_gradient_descent) | ||
// } |