Skip to content

New genetic algorithms #1238

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 45 commits into
base: master
Choose a base branch
from
Open

New genetic algorithms #1238

wants to merge 45 commits into from

Conversation

amidgol
Copy link
Contributor

@amidgol amidgol commented May 7, 2025

No description provided.

@arcuri82
Copy link
Collaborator

@amidgol what status with this PR?

@amidgol amidgol requested a review from arcuri82 May 21, 2025 17:48
@arcuri82
Copy link
Collaborator

hi @amidgol there are conflicts in 1 file. please resolve them

@amidgol
Copy link
Contributor Author

amidgol commented May 28, 2025

Hi @arcuri82 , It should be ok now.

@@ -1367,6 +1367,10 @@ class EMConfig {
@Min(1.0)
var populationSize = 30

@Cfg("Fixed mutation rate")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that is just repeating the name of the variable with spaces between words... need to provide some more info.

import org.evomaster.core.search.algorithms.wts.WtsEvalIndividual
import org.evomaster.core.search.service.SearchAlgorithm
import kotlin.math.max
//Note that this class is not fully tested.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

put a TODO here

import org.evomaster.core.EMConfig
import org.evomaster.core.search.Individual
import org.evomaster.core.search.algorithms.wts.WtsEvalIndividual
//Note that this class is not fully tested.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

put a TODO here

import org.evomaster.core.search.algorithms.wts.WtsEvalIndividual
import org.evomaster.core.search.service.SearchAlgorithm
import kotlin.math.max
//Note that this class is not fully tested.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

put a TODO here

@@ -1124,7 +1124,7 @@ class EMConfig {
var avoidNonDeterministicLogs = false

enum class Algorithm {
DEFAULT, SMARTS, MIO, RANDOM, WTS, MOSA, RW
DEFAULT, SMARTS, MIO, RANDOM, WTS, MOSA, RW, StandardGA, MonotonicGA, SteadyStateGA
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a comment stating these 3 are still work-in-progress

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants