Re: [Math] Review of "genetic algorithm" module

2022-05-01 Thread Gilles Sadowski
Hello. Le dim. 1 mai 2022 à 10:07, Avijit Basak a écrit : > > Hi All > > Please find my responses. > > >Currently; it prints everything on "stderr" (so that simple usage of > >the UNIX shell's "pipe" syntax is not possible). > -- This is the default behaviour of slf4j-simple. > It is pos

[geometry] BoundsXD Linecast PR

2022-05-01 Thread Matt Juntunen
Hello, I've created a PR[1] for GEOMETRY-147, adding line/ray intersection methods to the BoundsXD classes, which are axis-aligned bounding boxes. I'm picturing this being useful when raycasting against data structures that use these bounding boxes, such as quadtrees, octrees, and bounding volume

Re: BCEL How to create a field with a parameterized type?

2022-05-01 Thread Gary Gregory
Hi Stefan, Feel free to provide a PR on GitHub ;-) That is the best way to nudge the component in the direction you need. Gary On Sat, Apr 30, 2022, 18:36 Stefan Reich wrote: > OK I think I figured it out. There is setSignature in > org.apache.bcel.generic.Type which I need to call with my gen

Re: [Math] Review of "genetic algorithm" module

2022-05-01 Thread Avijit Basak
Hi All Please find my responses. >Currently; it prints everything on "stderr" (so that simple usage of >the UNIX shell's "pipe" syntax is not possible). -- This is the default behaviour of slf4j-simple. It is possible to provide specific system properties as VM args to redirect the log t