Mateusz Baran

Results 461 comments of Mateusz Baran
trafficstars

I think benefits of using `StaticArraysCore` as a weak dependency are quite slim. Anyone who would like to use sorting on static arrays would probably load `StaticArrays` anyway? In which...

What's the issue with 3rd party generated functions? I would expect that correctly implemented generated functions should work fine.

Well, as far as I can tell that should not be a generated function but rather a normal one and rely on constant propagation and Julia's compile-time execution.

Anyway, I'm fairly indifferent regarding removal of StaticArraysCore as long as I'm not the one handling all the issues it would cause.

This is a nice direction of improvement. I don't quite get the difference between `ComponentVectorialType` and `PowerManifoldVectorialType` -- the second type essentially covers the first one as a special case?...

> Component is the old one, so basically nested vector, I kept that because I think the power manifold one might (more often) require and actual power manifold while the...

> I never want to specify said g in this PR since the goal is really to only represent elements that map into Rn, like the equality, or inequality constraints...

Maybe just `VectorialGradientFunction` and `VectorialFunction`? > I also do not have enough experience in vectorial optimization whether they sometimes would really just have a vectorial cost? Yes, that's what multi-objective...

> Maybe some vector optimisation area I do not know? I do not know much. Yes, it is fine for multi-objective/vector-valued optimization but to me using it directly for anything...

OK, then what about `VectorGradientFunction`? It would be fine I think.