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

Added Event Updates to DE #231

Merged
merged 10 commits into from
Jun 5, 2024
Merged

Conversation

arwelHughes
Copy link
Collaborator

  • Added update event functionality to Differential Evolution.

  • Made an 'useUpdatePlot' utility (in Utilities/plotting)

  • Added some documentation for events.

Copy link
Collaborator

Choose a reason for hiding this comment

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

@arwelHughes is this intended to merged?

% A simple function to make an updating plot...

% Make the figure
h = figure(1000);
Copy link
Collaborator

@StephenNneji StephenNneji May 20, 2024

Choose a reason for hiding this comment

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

@arwelHughes This design means the user can only have a single live plot, if they wanted to keep an old plot and run again they cannot as this will overwrite the old one. Is this intended?

@arwelHughes
Copy link
Collaborator Author

arwelHughes commented May 21, 2024 via email

API/events/eventManager.m Outdated Show resolved Hide resolved
utilities/plotting/useLivePlot.m Show resolved Hide resolved
utilities/plotting/useLivePlot.m Outdated Show resolved Hide resolved
@StephenNneji StephenNneji merged commit 7e96acd into RascalSoftware:master Jun 5, 2024
4 checks passed
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.

3 participants