Skip to content

issues Search Results · repo:MaxHalford/eaopt language:Go

Filter by

22 results
 (47 ms)

22 results

inMaxHalford/eaopt (press backspace or delete to remove)

bash-3.2$ go test ./... --- FAIL: ExampleDiffEvo (0.00s) got: Found minimum of 0.00137 in [0.00044201296938241373 0.00019592462513264675] want: Found minimum of 0.00137 in [0.0004420129693826938 0.000195924625132926] ...
  • JensRantil
  • Opened 
    on Dec 22, 2023
  • #55

For example, https://pkg.go.dev/github.com/MaxHalford/eaopt#CrossERX states CrossERX (Edge Recombination Crossover). I don t know what that means. Would be nice with an example or link to somewhere on ...
  • JensRantil
  • 3
  • Opened 
    on Sep 11, 2023
  • #54

Dear all, from a scan of the (very nicely done) documentation, am I right, that eaopt currently does not support multiple objectives for optimization in evolutionary algorithms (incl. getting the pareto-optimal ...
  • merklel
  • Opened 
    on Jul 8, 2021
  • #53

Problem Most of the models defined in models.go evaluate the fitness function sequentially, even if ParallelEval is set to true. From what I can tell from inspecting the source code, this applies to ModDownToSize, ...
  • spakin
  • Opened 
    on Feb 7, 2021
  • #49

Cheers! Nice and sweet PR. It makes me want to give some love back to the library. Originally posted by @MaxHalford in https://github.com/MaxHalford/eaopt/issues/46#issuecomment-727143472
  • spakin
  • 4
  • Opened 
    on Nov 16, 2020
  • #48

I was just looking at the source code for CrossUniformFloat64, and I m a bit puzzled by it. It assigns p1[i] a proportion of each of the old p1[i] and the old p2[i], but then it assigns p2[i] a proportion ...
  • spakin
  • 3
  • Opened 
    on Nov 13, 2020
  • #46

Hello @MaxHalford , Thanks for making a cool open source project! It s been interesting to learn about genetic algorithms by working with it. I m also new to golang, so I may be missing something, but ...
  • ableeda
  • 2
  • Opened 
    on Jul 23, 2020
  • #45

I have a genome which isn t hashable. When I run my application, it panics: panic: runtime error: hash of unhashable type scheduler.ScheduleRequest goroutine 20 [running]: github.com/JensRantil/eaopt.getNeighbours(0x118e300, ...
  • JensRantil
  • 1
  • Opened 
    on Dec 6, 2019
  • #44

Hi I need to access some data (which is not contained in Genome) to compute fitness. I looked in the documentation but didn t find a way to pass additional data to the Evaluate function. One option would ...
  • franzon
  • 10
  • Opened 
    on Oct 17, 2019
  • #42

The unsigned int mod.NOffsprings can be never negative hence here is a logic bug. if mod.NOffsprings = 0 { return errors.New( NOffsprings has to higher than 0 ) } Could this not just be a int as ...
  • tegk
  • 3
  • Opened 
    on Oct 17, 2019
  • #41
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub