Re: [MATH][GA] Build Failure for PR #204

2022-02-05 Thread Avijit Basak
Hi Please see my comments below. [...] >Please note that I don't suggest that you remove the tracking of >the optimization process (it is useful to have a trace in order to >check that evolution proceeds as expected), instead of displaying >a GUI, you can save snapshots (either in text

Re: [MATH][GA] Build Failure for PR #204

2022-02-02 Thread Gilles Sadowski
Hi. Le mer. 2 févr. 2022 à 09:29, Avijit Basak a écrit : > > Hi All > > Please see my comments below. > > [...] > > > And there was this old issue that the "" should contain > the name of the top-level package, i.e. "math4", not "math". > -- There was a review comment for PR#197 to remove

Re: [MATH][GA] Build Failure for PR #204

2022-02-02 Thread Avijit Basak
Hi All Please see my comments below. >Strange that the "pom.xml" in PR #204 still refers to version 1.0 of >Commons Numbers, instead of version 1.1-SNAPSHOT. >This creates many "NoClassDefFound" errors that were fixed with >commit 7e2213f2e5a536ad49d549d21f9eed9e71db5638 in branch >"featu

Re: [MATH][GA] Build Failure for PR #204

2022-01-31 Thread Gilles Sadowski
Hello. Le lun. 31 janv. 2022 à 06:27, Avijit Basak a écrit : > > Hi All > > Please find my comments below. > > >There is no attachment (I think that the ML manager strips those). > >Please copy/paste the relevant part of the console log (or provide > >a link to it). > --The build was done

Re: [MATH][GA] Build Failure for PR #204

2022-01-31 Thread Alex Herbert
On Mon, 31 Jan 2022 at 05:26, Avijit Basak wrote: > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:javadoc (default-cli) > on project commons-math4-legacy: An error has occurred in Javadoc report > generation: > [ERROR] Exit code: 1 - > C:\Personal\Work\ope

Re: [MATH][GA] Build Failure for PR #204

2022-01-30 Thread Avijit Basak
Hi All Please find my comments below. >There is no attachment (I think that the ML manager strips those). >Please copy/paste the relevant part of the console log (or provide >a link to it). --The build was done locally with a fresh clone of the feature branch. Please find the log below. K

Re: [MATH][GA] Build Failure for PR #204

2022-01-30 Thread Gilles Sadowski
Hello. Le dim. 30 janv. 2022 à 13:43, Avijit Basak a écrit : > > Hi All > > I have taken a fresh clone of the feature branch > "feature__MATH-1563__genetic_algorithm" from apache's repository and executed > the build. The build failed without my changes added to it. The summary > repo

Re: [MATH][GA] Build Failure for PR #204

2022-01-30 Thread Avijit Basak
Hi All I have taken a fresh clone of the feature branch "feature__MATH-1563__genetic_algorithm" from apache's repository and executed the build. The build failed without my changes added to it. The summary report is attached herewith. Kindly look into it and do the needful. Thanks & Rega

Re: [MATH][GA] Build Failure for PR #204

2022-01-25 Thread Gilles Sadowski
Hello. I just did "git push" (no "force" this time) on the feature branch. The problem arose from changes applied a few hours ago in "master" and not merge into the other branch yet. Sorry; please rebase on the latest update. Regards, Gilles Le mar. 25 janv. 2022 à 12:31, Alex Herbert a écrit :

Re: [MATH][GA] Build Failure for PR #204

2022-01-25 Thread Alex Herbert
On Tue, 25 Jan 2022 at 05:43, Avijit Basak wrote: > > Hi All > >I have missed the build report URL in my previous mail. Please find > the same here. > >https://app.travis-ci.com/github/apache/commons-math/builds/245277914 The version of Commons Numbers in the parent pom is the rel

Re: [MATH][GA] Build Failure for PR #204

2022-01-24 Thread Avijit Basak
Hi All I have missed the build report URL in my previous mail. Please find the same here. https://app.travis-ci.com/github/apache/commons-math/builds/245277914 Thanks & Regards --Avijit Basak On Tue, 25 Jan 2022 at 11:10, Avijit Basak wrote: > Hi All > > I have created

[MATH][GA] Build Failure for PR #204

2022-01-24 Thread Avijit Basak
Hi All I have created a new PR(#*204*) to check in changes related to "commons-math-ga" and "examples-ga" modules. The changes need to be merged to feature branch "feature__MATH-1563__genetic_algorithm". Unfortunately the build failed in the legacy module which is updated with changes fro