Jonathan Feinberg

Results 247 comments of Jonathan Feinberg

Because I consider this a "feature request". But I can remove it if it is a bad fit for the issue or if I a misunderstood what FR means here....

Awesome! This would be great to have merged. @iamkroot, Will this also respect `GIT_WORK_TREE`?

Okay thanks. I should be able to make something work with that.

Could you try using `chaospy.TruncNormal` instead of composing with `chaospy.Normal` and `chaospy.Trunc`? I suspect numerical instabilities in the truncation approximation.

Then that is not it. I don't have all information available about your problem, so I can only suggest ideas of what is wrong. I have two other hypothesis hat...

Unfortunatly, the KDE module is really slow. There is unfortunatly no roadmap for having that fixed, but MRs are welcome.

Iterating over a polynomial array of 2 dimensions reduces to 1 dimensions when there the other variable isn't present. In other words: `[1, x, y, xy] = [f1(), f2(x), f3(y),...

That is a hard topic. Transforming from dependent to independent is possible in many cases, but assuming that transformation created, your equation complexity is likely going to be too complicated...

The canonical way is to pre-define the capacity in the init with `vroom.Input(amount_size=1)`, but I agree that is quite unintuitive. I''ve updated the code to allow for the format you...

There is a difference between "jobs" and "shipments". Jobs assumes single jobs, and shipments assumes one pickup and one delivery. Pickups are signified by using the `pickup=` flag, and delivery...