Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
FIC_DK_P GA Solving
FIC_DK_P GA Solving
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 6
    • Issues 6
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • M3TAL
  • FIC_DK_P GA SolvingFIC_DK_P GA Solving
  • Milestones
  • Reimplementation of CSDVP model

Closed
Milestone Apr 29, 2020–May 8, 2020

Reimplementation of CSDVP model

CSDVP model re-implementation

CSDVP model needs to be reimplemented from JAVA to C++ (in a better and more robust way).

What must be kept

All the CSDVP model must from the JAVA implementation must be kept. However, the code must be structured to foresee a standaridation both of compentecy and course modelisation.

For example,

    public static int [][][] KNOWLEDGE_PER_COURSE = { //Express K as cpl, e.g. {1,35} -> 1st course { {1,50}, {4,20} }
            EMPTY_COURSE_KNOWLEDGE,
            { {1,75}, {4,50} }, //course 1's knowledge
            { {3,50}, {1,25}, {4,50} },
            { {0,50}, {2,50}, {5,25} },
            { {5,50} },
            { {1,35}, {2,25}, {5,5} },
            { {6,40}, {3,45}, {1,10} },
            { {0,25}, {2,40} }
    };

Need to be rewrite in C++ class.

The tabs below will be removed in a future version

Learn more about issue boards, to keep track of issues in multiple lists, using labels, assignees, and milestones. If you’re missing something from issue boards, please create an issue on GitLab’s issue tracker.

  • Issues 3
  • Merge Requests 1
  • Participants 1
  • Labels 7
Unstarted Issues (open and unassigned)
0
Ongoing Issues (open and assigned)
1
  • Shallow copy and desynchronization
    #2 [STATUS] To Do[TYPE] Enhancement[PRIORITY] Low
Completed Issues (closed)
2
  • Solve ceao_XXX test files
    #3 [STATUS] Accepted[PRIORITY] High[TYPE] Bug
  • Magnitude::rebase() does not seem to save modif
    #1 [PRIORITY] Critical[TYPE] Bug[STATUS] Accepted
75% complete
75%
Start date
Apr 29, 2020
Apr 29
-
May 8 2020
Due date
May 8, 2020 (Past due)
3
Issues 3 New issue
Open: 1 Closed: 2
Time tracking
1
Merge requests 1
Open: 0 Closed: 0 Merged: 1
Reference: m3tal/csdvp-evolutionary-algorithm-optimization%"Reimplementation of CSDVP model"