Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
S src
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 62
    • Issues 62
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Code Review
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OPAL
  • src
  • Issues
  • #154

Closed
Open
Created Jun 29, 2017 by snuverink_j@snuverink_jDeveloper

Creation of first generation not optimal when infeasible solutions exist

Say we have a problem where a large number of solutions do not return proper objective values. In the first generation opt-pilot dispatches n jobs, where n = initialPopulation. When say 50% give an infeasible solution, then n/2 jobs are dispatched of which 50% fail, then n/4 are dispatched, etc., until the full population has a solution. This will mean that many cores are idle.

It would be better to dispatch as many jobs as possible (nr of cores) until there are more than n feasible solutions.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking