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
  • Issues
  • #23

Closed
Open
Opened Dec 02, 2020 by Alexis Lebis@alexis.lebis
  • Report abuse
  • New issue
Report abuse New issue

In itegrityCheck, does the sum of TF i and i-1 should be > 1 ?

In 4cc8a0e0 , itegrityCheck seems to have been debugged.

However, decay is negligeable due to the high value (> 1) of the summed comp in higher TF. This MAY be caused of a comp shortage, thus the same comp is often taken.

But the question is: does the sum of TF i and i-1 > 1 should be authorized?

IF this is the case, we need to create another array to store the capped value, and another with uncapped value to perform the delta (otherwise, all the subsequent comp on above tf where the value exceed 1 are set to 1 : the algo consider a stagnation thus a decay)

Assignee
Assign to
Making random problem more credible
Milestone
Making random problem more credible
Assign milestone
Time tracking
None
Due date
No due date
3
Labels
[PRIORITY] Critical [STATUS] Accepted [TYPE] Discussion
Assign labels
  • View project labels
Reference: m3tal/csdvp-evolutionary-algorithm-optimization#23