issues
search
patrick-kidger
/
optimistix
Nonlinear optimisation (root-finding, least squares, ...) in JAX+Equinox. https://docs.kidger.site/optimistix/
Apache License 2.0
334
stars
14
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Non-finite values in the root function are not handled well
#44
FFroehlich
closed
9 months ago
2
Fixed compatibility with no-jit. See https://github.com/patrick-kidger/diffrax/issues/368
#43
patrick-kidger
closed
8 months ago
0
Classical newton methods
#42
ataras2
closed
9 months ago
6
`BestSoFar...` wanted behavior ?
#41
thibmonsel
closed
9 months ago
1
Removed copyright notice from the head of each file
#40
packquickly
closed
10 months ago
0
grad of vmap of function which wraps an optax solver occasionally fails
#39
TomClarkMassSpec
closed
10 months ago
2
Issue with vmap `optx.least_squares`.
#38
bheijden
closed
9 months ago
2
Error in "optimistix/docs/examples /optimise_diffeq.ipynb"
#37
KhayrullevJokhongir
opened
10 months ago
1
Now using strict=True
#36
patrick-kidger
closed
10 months ago
0
correct name of the exception class that Equinox uses for runtime errors
#35
TomClarkMassSpec
closed
10 months ago
1
Check last point when using best so far minimiser
#34
ColCarroll
opened
10 months ago
1
BestSoFarMinimiser behavior
#33
ColCarroll
opened
10 months ago
1
Fix small typo in index.md
#32
ColCarroll
closed
10 months ago
1
Now using strict rank and dtype promotions when testing.
#31
patrick-kidger
closed
10 months ago
0
Now using the same jaxpr in the state.
#30
patrick-kidger
closed
11 months ago
0
improved OptaxMinimiser docs
#29
packquickly
closed
11 months ago
1
dev
#28
patrick-kidger
closed
11 months ago
0
Fixed {Newton,Chord}(cauchy_termination=False) failing when started close to the solution
#27
patrick-kidger
closed
11 months ago
0
Can't use Optimistix solvers with `eqx.Module`s and filtered transformations
#26
eringrant
closed
11 months ago
2
Pytree inputs for `rtol` and `atol` or custom termination condition?
#25
LouisDesdoigts
closed
11 months ago
7
Efficient NewtonCG Implementation
#24
quattro
opened
1 year ago
3
Compat with Lineax successful message chnage
#23
patrick-kidger
closed
9 months ago
0
Removed usage of a private lineax stub.
#22
patrick-kidger
closed
1 year ago
0
Using OptaxMinimiser results in AttributeError
#21
hkortier
closed
11 months ago
5
Qs: Mapping different solvers to leaves, parameter normalisation, different parameter scales
#20
LouisDesdoigts
closed
1 year ago
2
State how to use `options` more clearly.
#19
patrick-kidger
closed
1 year ago
0
API is not clear to me about notational entry of options: upper: and lower: for root finding optimistix.Bisection/Newton
#18
TomClarkMassSpec
closed
1 year ago
3
Including user-defined Jacobian
#17
Justin-Tan
opened
1 year ago
1
Usage with 'vmap'
#16
Justin-Tan
closed
1 year ago
1
Bump version.
#15
patrick-kidger
closed
1 year ago
0
Added `optimistix.compat.minimize` as a replacement for `jax.scipy.optimize.minimize`
#14
patrick-kidger
closed
1 year ago
0
Fixed up some doc errors
#13
packquickly
closed
1 year ago
1
Added link to docs in readme
#12
packquickly
closed
1 year ago
1
Please add a link to the docs in your README
#11
emchristiansen
closed
1 year ago
2
TypeError
#10
pharringtonp19
closed
1 year ago
2
Credit Jason
#9
patrick-kidger
closed
1 year ago
1
Set reportIncompatibleOverride=False
#8
packquickly
closed
1 year ago
1
Version bump and doc tweaks.
#7
patrick-kidger
closed
1 year ago
0
Improve `IndirectIterativeDual`
#6
patrick-kidger
opened
1 year ago
0
Geodesic acceleration for Levenberg-Marquardt
#5
patrick-kidger
opened
1 year ago
0
Updated Nelder--Mead and Newton and Chord to use search+descent API
#4
patrick-kidger
opened
1 year ago
0
New solvers
#3
patrick-kidger
opened
1 year ago
0
Implement `NonlinearCG` variant which uses memoryless BFGS update
#2
patrick-kidger
opened
1 year ago
0
New line searches
#1
patrick-kidger
opened
1 year ago
5
Previous