Re: [Math] Please review GA implementation

2022-01-20 Thread Gilles Sadowski
Hi. Le jeu. 20 janv. 2022 à 17:58, Gilles Sadowski a écrit : > > Hello. > > Le jeu. 20 janv. 2022 à 13:09, Avijit Basak a écrit : > > > > Hi All > > > >I have restructured the examples-ga module to fix a few issues and > > created separate child modules for each type of usages. There was

Re: [Math] Git weirdness?

2022-01-20 Thread Gilles Sadowski
Le jeu. 20 janv. 2022 à 20:43, Alex Herbert a écrit : > > On Thu, 20 Jan 2022 at 18:12, Gilles Sadowski wrote: > > > > Hello. > > > > Every time I run > > $ git checkout feature__MATH-1563__genetic_algorithm > > $ git rebase master > > git signals that it has to do a "3-way merge", that I shoul

Re: [Math] Git weirdness?

2022-01-20 Thread Alex Herbert
On Thu, 20 Jan 2022 at 18:12, Gilles Sadowski wrote: > > Hello. > > Every time I run > $ git checkout feature__MATH-1563__genetic_algorithm > $ git rebase master > git signals that it has to do a "3-way merge", that I should run > $ git pull > and this results in having duplicate commits; e.g.

[Math] Git weirdness?

2022-01-20 Thread Gilles Sadowski
Hello. Every time I run $ git checkout feature__MATH-1563__genetic_algorithm $ git rebase master git signals that it has to do a "3-way merge", that I should run $ git pull and this results in having duplicate commits; e.g. these three commits: e200f9ccbf85152a973c5f55c2107db39ef068ee bfe0

Re: [Math] Please review GA implementation

2022-01-20 Thread Gilles Sadowski
Hello. Le jeu. 20 janv. 2022 à 13:09, Avijit Basak a écrit : > > Hi All > >I have restructured the examples-ga module to fix a few issues and > created separate child modules for each type of usages. There was also a > minor bug related to the logger class name in commons-ga module, which

Re: [Math] Please review GA implementation

2022-01-20 Thread Avijit Basak
Hi All I have restructured the examples-ga module to fix a few issues and created separate child modules for each type of usages. There was also a minor bug related to the logger class name in commons-ga module, which I fixed. A new PR(*#203*) has been created. Kindly review the same and l