You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Zhong Yanghong (JIRA)" <ji...@apache.org> on 2017/09/18 03:16:00 UTC

[jira] [Updated] (KYLIN-2730) Introduce genetic algorithm for cube planner

     [ https://issues.apache.org/jira/browse/KYLIN-2730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zhong Yanghong updated KYLIN-2730:
----------------------------------
    Affects Version/s:     (was: v2.2.0)
                       v2.1.0

> Introduce genetic algorithm for cube planner
> --------------------------------------------
>
>                 Key: KYLIN-2730
>                 URL: https://issues.apache.org/jira/browse/KYLIN-2730
>             Project: Kylin
>          Issue Type: Sub-task
>    Affects Versions: v2.1.0
>            Reporter: Zhong Yanghong
>            Assignee: Zhong Yanghong
>
> The basic idea of this algorithm is to evolve the generation of chromosome, where a chromosome is a cuboid set to prebuilt. The detailed steps are as follows:
> # Initialize a generation of chromosome
> # Evolve the generation by selection, crossover and mutation by N round.
> # From the final generation, choose a best chromosome that is a best cuboid set to recommend.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)