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

Readability constraints #53

Merged
merged 9 commits into from
Aug 28, 2023
Merged

Conversation

sergiomrebelo
Copy link
Owner

@sergiomrebelo sergiomrebelo commented Jul 24, 2023

This PR is related to developments of constraints evaluation. More detailed, it encompasses:

  1. Development of readability constraints metrics: We have implemented and included two constraint metrics, namely legibility and Grid Size Appropriateness Measures. We developed the necessary testing Scripts using Jest (see issue Method to Measure Readability (constraints) #46).
  2. Definition and Development of Constraint Evaluation Strategy: We have implemented a constraint evaluation strategy that employs Stochastic Ranking and a ranking tournament approach. Since we have refactored the tournament method, we modify the tournament method as refered in issue Modify the tournament selection method #52.
  3. Development of Static Penalty Method: We have integrated a static penalty method to enable elite evolution, simultaneous to Stochastic Ranking. This method allows us to easier visualise the population increase on the interface.
  4. Cypress Script for Evolution Testing.

Since I need to made modification on tournament method, I took that opportunity to modify the tournament based on the meetings feedback
Still used to organise the population and enable elite
create a cypress script to testing the evolution
@sergiomrebelo sergiomrebelo added this to the Evaluation Module milestone Aug 10, 2023
@sergiomrebelo sergiomrebelo linked an issue Aug 16, 2023 that may be closed by this pull request
3 tasks
@sergiomrebelo sergiomrebelo added the core core features label Aug 16, 2023
Copy link
Collaborator

@JJ JJ left a comment

Choose a reason for hiding this comment

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

LGTM, the rest is mainly advice and clarifications. You might want to open issues for whatever pieces of advice you deem worthy, or simply fix it before merging.

cypress/e2e/evolution.cy.js Show resolved Hide resolved
cypress/e2e/evolution.cy.js Show resolved Hide resolved
src/@evoposter/evaluator/package.json Show resolved Hide resolved
src/client/controllers/Population.js Show resolved Hide resolved
src/client/controllers/Population.js Show resolved Hide resolved
src/client/controllers/Poster.js Show resolved Hide resolved
src/client/utils.js Show resolved Hide resolved
src/client/utils.js Show resolved Hide resolved
@sergiomrebelo sergiomrebelo merged commit 1046352 into evaluation Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core core features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Method to Measure Readability (constraints)
2 participants