You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/05/06 22:22:00 UTC

[jira] [Commented] (IGNITE-8041) Add a GA Grid example that solves 'Knapsack Problem'

    [ https://issues.apache.org/jira/browse/IGNITE-8041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16465303#comment-16465303 ] 

ASF GitHub Bot commented on IGNITE-8041:
----------------------------------------

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 <ad...@...>
Date:   2018-05-03T02:51:22Z

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

commit f62a224877a2d7acadf92e532914196370970556
Author: Turik Campbell <ad...@...>
Date:   2018-05-04T20:18:50Z

    IGNITE-8041: Update terminate criteria to perform 30 generations

commit fdb3eddbe22344f0c36e1b04a233bd9860d934d8
Author: Turik Campbell <ad...@...>
Date:   2018-05-04T21:20:20Z

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

commit 756633f8d3122bc2f2e5b700dc2d4a5e882f0686
Author: Turik Campbell <ad...@...>
Date:   2018-05-04T21:26:12Z

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

----


> Add a GA Grid example that solves 'Knapsack Problem' 
> -----------------------------------------------------
>
>                 Key: IGNITE-8041
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8041
>             Project: Ignite
>          Issue Type: New Feature
>          Components: ml
>            Reporter: Turik Campbell
>            Assignee: Turik Campbell
>            Priority: Minor
>             Fix For: 2.6
>
>
> The _Knapsack Problem_ is well known combinatorial optimization problem where the goal is to maximize the benefit of objects in a knapsack without exceeding its capacity.
> Additional information:
> [https://en.wikipedia.org/wiki/Knapsack_problem]
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)