Eduardo Pignatelli
Eduardo Pignatelli
I actually like the `lambda` approach, once I got how it works! It is just takes longer to get than `replace` does (to me at least), and because `equinox`'s strength...
Another idea might be to mirror and extend jax indexing helper to `pytree`s. E.g., ```python mlp.at[mlp.layers[-1]].set(new_linear) ``` or even, because I don't like the `mlp` repetition, and I am not...
As a user, I think I'd prefer the `lambda` approach to the chain of `at` because it is more concise and direct. The original proposal for the `replace` was not...
Thanks for the example, @ASEM000. The feature request had different objectives, though -- see my comment above.
Thanks @LouisDesdoigts ! I honestly think that the approach of `equinox` is the best approach for deep and complex updates. This feature request had a different purpose: to expose the...
Duplicate of #122
Didn't know to have that bad reputation ahahahah How are you getting the points on the nurbs on the right? Given a max amount of segments `M`, and a number...
@pawelbaran As per [wiki](https://github.com/BHoM/documentation/wiki/Using-the-SCRUM-Board#review-in-progress), can you remove this item from the "Review in Progress" column of the SCRUM BOARD please?
Thanks @enarhi, I am passing this to @pawelbaran, he should be able to solve the problem.