Alexander New

Results 5 issues of Alexander New

Both the `find_min_norm_element` (https://github.com/isl-org/MultiObjectiveOptimization/blob/master/multi_task/min_norm_solvers.py#L120) and `find_min_norm_element_FW` (https://github.com/isl-org/MultiObjectiveOptimization/blob/master/multi_task/min_norm_solvers.py#L166) functions define a while loop based on an `iter_count` variable. Line 13 of Algorithm 2 in the paper (https://arxiv.org/pdf/1810.04650.pdf) notes that optimization is...

Hello! I can't seem to use `autoback_hesvec` when the function includes a sparse CSC matrix. ```julia using Zygote, SparseArrays, SparseDiffTools x, t = rand(Float32, 5), rand(Float32, 5) A = sprand(Float32,...

Hello all, and thanks for this tool. I am wondering if there are details available on the training data downloadable with `bonito download --training`. For example, is it derived from...

enhancement

Hello! Could you possibly add to the README instructions on how to replicate the results in your PNAS paper? Also, `fit_n.py` loads several `.dat` files that I don't see in...

Hello, and thank you for making this work available! If I want to reproduce your results on the MatBench dataset (e.g., the `log10 G` result for DimeNet++), can you point...