Free cookie consent management tool by TermsFeed Policy Generator

Opened 11 years ago

Last modified 11 years ago

#1996 closed defect

IslandGA does not work with stochastic evaluator — at Version 1

Reported by: mkommend Owned by: mkommend
Priority: medium Milestone: HeuristicLab 3.3.8
Component: Algorithms.GeneticAlgorithm Version: 3.3.8
Keywords: Cc:

Description (last modified by mkommend)

The reason is that every island has a local RNG which is initialized in the IslandGAMainLoop. However, the first call to the evaluator happens outside the main loop directly in the SolutionsCreator and hence throws an exception as the RNG is not initialized. Using the global RNG is not a solution as this would lead to race conditions if a parallel engine is used.

This might also be an issue for the IslandOSGA.

Change History (1)

comment:1 Changed 11 years ago by mkommend

  • Description modified (diff)
  • Status changed from new to accepted
Note: See TracTickets for help on using tickets.