desy-ml / cheetah

Fast and differentiable particle accelerator optics simulation for reinforcement learning and optimisation applications.
https://cheetah-accelerator.readthedocs.io
GNU General Public License v3.0
25 stars 12 forks source link

Should `is_skippable` get a better name? #182

Open jank324 opened 2 weeks ago

jank324 commented 2 weeks ago

We discussed that the name is a bit confusing. Please make proposals!

I think one idea was is_reducable because it is used to determine if an element is eligible for transfer map reduction. There was also a proposal along the lines of torch.Tensor.requires_grad.

Somewhat related to #43.