GitHub user oignatenko opened a pull request:
https://github.com/apache/ignite/pull/3418
Ignite 6899 check
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-6899-check
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3418.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3418
----
commit 5c204d7b433f043fdce25be0330d7793767ea99f
Author: Turik Campbell <admin@...>
Date: 2018-01-09T22:06:18Z
IGNITE-6899: Adding GA Grid to Apache Ignite ML module
commit e30356df9e41b9d8379b8880b66b60d97458f3e9
Author: Turik Campbell <admin@...>
Date: 2018-01-12T04:34:33Z
IGNITE-6899: Applied Ignite code style
commit fd59c65bc24733f56c5e95b5334b772a44c9b57e
Author: Turik Campbell <admin@...>
Date: 2018-01-12T04:38:02Z
Merge branch 'master' into ignite-6899
commit aa8601f05100358de337736931b5b34566bf34af
Author: Turik Campbell <admin@...>
Date: 2018-01-13T15:24:55Z
IGNITE-6899: Added package-info.java files to sub packages of genetic (ie:
src/main/java/org/apache/ignite/ml/genetic)
commit d804213debc1a027037185b07f3e5d66018b4c30
Author: Turik Campbell <admin@...>
Date: 2018-01-13T15:46:13Z
IGNITE-6899: Updated visibility of chromosomeCriteria and updated typo for
respective accessor/mutator method.
commit 7f107a8e05a5f77ee1725dda981433b8c8e56436
Author: Turik Campbell <admin@...>
Date: 2018-01-13T15:47:40Z
IGNITE-6899: Merge branch 'master' into ignite-6899
commit cc1943af8902cf4dc99dda631b39d6ebb5941d3d
Author: Turik Campbell <admin@...>
Date: 2018-01-15T02:57:36Z
IGNITE-6899: Fixed Java coding conventions for comments
commit 644f935ba984d47a7943025b261354790179fe52
Author: Turik Campbell <admin@...>
Date: 2018-01-16T03:12:41Z
Merge branch 'master' into ignite-6899
commit 7be0e3712d8db1c7042809bb33bdb39aecd1c909
Author: Turik Campbell <admin@...>
Date: 2018-01-17T12:51:18Z
IGNITE-6899: Merged 'master' branch into 'ignite-6899' branch and resolved
conflicts
commit 60a5aa6f9c8d68c19d45c70aab75a90f657eae13
Author: Turik Campbell <admin@...>
Date: 2018-01-18T12:36:59Z
IGNITE-6899: Merge branch 'master' into ignite-6899
commit a7a3d8071344c3c3adbc8b83d33dbb7bac5309ca
Author: Turik Campbell <admin@...>
Date: 2018-01-20T13:06:36Z
IGNITE-6899: Deleted unwanted directory /maven_repository
commit 191109734409e4391263d449ecba66ba8d49ca32
Author: Turik Campbell <admin@...>
Date: 2018-01-20T13:27:36Z
IGNITE-6899: Moved ML 'GAGrid' examples to examples/src/main/java directory.
Updated OptimizeMakeChangeGAExample to use 'elitism' selection
method (ie: set eliteCount).
commit 59b55a79bb085849053bf6b736056d5485df47f7
Author: Turik Campbell <admin@...>
Date: 2018-01-20T13:38:03Z
IGNITE-6899: Merge branch 'master' into ignite-6899
commit b568a03ca6c7e036aba1dce6bef70acb8faa8d36
Author: Turik Campbell <admin@...>
Date: 2018-01-20T16:09:44Z
IGNITE-6899: Removed FITNESS_EVALUATER_TYPE (enum) in favor using boolean
value to describe fitness evaluation
commit 8706ef36bcda8a074b80483efd1729b468329a0b
Author: Turik Campbell <admin@...>
Date: 2018-01-20T16:11:36Z
IGNITE-6899: Fixed comments
commit 6287a890404d5262abff8fd50c11f10f4cf373e4
Author: Oleg Ignatenko <oignatenko@...>
Date: 2018-01-22T15:09:35Z
IGNITE-6899 GA Grid - preliminary check for licenses and javadocs
- fixed javadoc issues that were picked by merge from master
-- verified with diffs overview
----
---