-
Notifications
You must be signed in to change notification settings - Fork 0
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
Method to Measure Readability (constraints) #46
Comments
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
We have implemented and included two constraint metrics, namely legibility and Grid Size Appropriateness Measures. We developed the necessary testing Scripts using Jest. 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 refer in issue #52. We also 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. Finally, we develop one Cypress Script for Evolution Testing. |
This issue focuses on creating evaluation metrics to assess the legibility and grid size appropriateness within a poster design container. These metrics will be the constraints in the fitness assignment scheme of the system, ensuring that generated designs satisfy certain readability.
To-Do List:
The text was updated successfully, but these errors were encountered: