|
2993580861
|
Add Adam optimizer, move traits around, and fix issue with conjugate gradient
|
2025-01-30 23:32:14 -05:00 |
|
|
c9205415f2
|
Fix missing negative on residual
|
2025-01-22 22:13:27 -05:00 |
|
|
fdc3ffd164
|
Add initial conjugate gradient. WIP
|
2025-01-17 23:53:43 -05:00 |
|
|
08faf76ea3
|
Fix steepest descent and backtracking line search
|
2025-01-09 23:41:18 -05:00 |
|
|
42e9b748dd
|
Compiling version of backtracking line search, needs debugging
|
2025-01-04 22:21:13 -05:00 |
|
|
9e6d750c2d
|
Update README
|
2025-01-03 22:58:52 -05:00 |
|
|
164f5a72c4
|
Update traits to operate on single generic types and not slices of generic types. This should more flexibility for the user when defining objective functions
|
2025-01-03 22:55:05 -05:00 |
|
|
f9bc5adb71
|
Setup code architecture, some basic traits and types, and steepest descent algorithm
|
2024-12-12 23:03:31 -05:00 |
|
|
d998a034a3
|
Initial commit and adding README
|
2024-12-12 23:01:42 -05:00 |
|