Skip to content
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

WTSAlgorithm Crossover Bug #906

Closed
chrstphlbr opened this issue Feb 20, 2024 · 1 comment
Closed

WTSAlgorithm Crossover Bug #906

chrstphlbr opened this issue Feb 20, 2024 · 1 comment

Comments

@chrstphlbr
Copy link

Hi,

I had a look at the xover function in the WTSAlgorithm and think there is a bug:
Shouldn't the indices in the forEach loop reference it instead of i?

Thanks and best wishes,
Christoph

arcuri82 added a commit that referenced this issue Feb 20, 2024
@arcuri82 arcuri82 self-assigned this Feb 20, 2024
@arcuri82 arcuri82 added the bug label Feb 20, 2024
@arcuri82
Copy link
Collaborator

hi,
thx for reporting this issue! ;) You are indeed correct

chrstphlbr added a commit to chrstphlbr/EvoMaster that referenced this issue Feb 20, 2024
onurd86 added a commit that referenced this issue Feb 20, 2024
* Return Gene in ConstraintSolver

* return List<SqlAction>

* Return SqlAction

* fix test

* Use SqlBuilder to generate sql actions

* improvements

* Consider the first constraint for creating the insert

* Add comment on circular dependency

* Refactor Solver to use db schema

* Support for more than one variable

* Update comment

* fix

* fixed wrong config value set in e2e

* bug fixes

* minor changes

* comments

* added info on session-service

* missing ,

* fixed info on SQL

* fixed wrong shading for JSQLParser

* parameterizing taint analysis algorithm

* adding failing test to study taint

* implementing taintForceSelectionOfGenesWithSpecialization. still E2E fails

* handling discoveris in fitness + fix for E2E

* fix for wrong computation of needed budget

* refactor: Parse check expressions with parser

* Refactor to support multiple constraints in the same check

* Parse OR constraints

* remove comments

* issue #906: fixed bug in xover of WTS

* improved experiment script

---------

Co-authored-by: Agustina Aldasoro <agusaldasoro@gmail.com>
Co-authored-by: Agustina Aldasoro <agusaldasoro@users.noreply.github.com>
Co-authored-by: Andrea Arcuri <arcuri82@gmail.com>
Co-authored-by: seran <7030273+seran@users.noreply.github.com>
@arcuri82 arcuri82 closed this as completed Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants