Re: [geometry] Parse error type

2020-12-18 Thread Bruno P. Kinoshita
Hi, +1 to javacc if that works for you use case. Apache Jena ARQ module uses it, in case you want to look at an existing project for ideas [1]. Cheers, Bruno [1] https://github.com/apache/jena/tree/master/jena-arq/Grammar On Saturday, 19 December 2020, 7:48:31 am NZDT, Matt Juntunen

Re: [geometry] Parse error type

2020-12-18 Thread Matt Juntunen
Hi Gilles, It never even occurred to me to look at an existing parser generator. Blah! That may have saved a crazy amount of time. I'll take a look at it and see if it (or another one) will work for what I want. I ultimately plan to move all of this code to a top-level maven module but I

[All][Math] A Proposal for Implementation of Adaptive Probability Generation Strategy for Genetic Algorithm

2020-12-18 Thread Gilles Sadowski
Le ven. 18 déc. 2020 à 16:25, Avijit Basak a écrit : > > Hi All > > I would like to propose incorporation of adaptive probability > generation strategy for Genetic Algorithm implementation of apache commons > maths library. > Currently Apache's API works on constant probability

Re: [geometry] Parse error type

2020-12-18 Thread Gilles Sadowski
Hello Matt. Le ven. 18 déc. 2020 à 16:16, Matt Juntunen a écrit : > > Hi all, > > I've created a simple text parser Did you consider leaving that job to a specialized tool[1] ? Because... > class [1] as part of writing the 3D file format IO functionality for > GEOMETRY-101. One of the primary

[MATH] A Proposal for Implementation of Adaptive Probability Generation Strategy for Genetic Algorithm

2020-12-18 Thread Avijit Basak
Hi All I would like to propose incorporation of adaptive probability generation strategy for Genetic Algorithm implementation of apache commons maths library. Currently Apache's API works on constant probability strategy. I have done some work on the adaptive approach and

[geometry] Parse error type

2020-12-18 Thread Matt Juntunen
Hi all, I've created a simple text parser class [1] as part of writing the 3D file format IO functionality for GEOMETRY-101. One of the primary goals of the class is to provide standardized and informative parse errors that include line and column numbers from the text input. (Nothing is worse

[IO] Bundle-SymbolicName changed in 2.7+

2020-12-18 Thread Casey Lowe
I was trying to upgrade to the latest commons-io and noticed the bundle name had changed. Given some older dependencies I am not able to consume the newer version. It looks like the parent pom changed which property it uses to determine bundle name from commons.componentid to commons.packageId and