[GitHub] ignite pull request #3947: IGNITE-8041: Add a GA Grid example that solves 'K...

2018-05-08 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/ignite/pull/3947


---


[GitHub] ignite pull request #3947: IGNITE-8041: Add a GA Grid example that solves 'K...

2018-05-06 Thread techbysample
GitHub user techbysample opened a pull request:

https://github.com/apache/ignite/pull/3947

IGNITE-8041: Add a GA Grid example that solves 'Knapsack Problem'

Add a GA Grid example that solves 'Knapsack Problem'

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/techbysample/ignite ignite-8041

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/ignite/pull/3947.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 #3947


commit 9beafa738d8a60df5049f5d418f2742459dbafe1
Author: Turik Campbell 
Date:   2018-05-03T02:51:22Z

IGNITE-8041: Add a GA Grid example that solves 'Knapsack Problem

commit f62a224877a2d7acadf92e532914196370970556
Author: Turik Campbell 
Date:   2018-05-04T20:18:50Z

IGNITE-8041: Update terminate criteria to perform 30 generations

commit fdb3eddbe22344f0c36e1b04a233bd9860d934d8
Author: Turik Campbell 
Date:   2018-05-04T21:20:20Z

IGNITE-8041: Merge branch 'master' into ignite-8041

commit 756633f8d3122bc2f2e5b700dc2d4a5e882f0686
Author: Turik Campbell 
Date:   2018-05-04T21:26:12Z

IGNITE-8041: Updated comments to reflect GA Grid performing 30 genrations




---