-
Notifications
You must be signed in to change notification settings - Fork 5
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
Conversation
There was a problem hiding this comment.
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?
utilities/plotting/useUpdatePlot.m
Outdated
% A simple function to make an updating plot... | ||
|
||
% Make the figure | ||
h = figure(1000); |
There was a problem hiding this comment.
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?
Yes please.
A
From: StephenNneji ***@***.***>
Date: Monday, 20 May 2024 at 15:12
To: RascalSoftware/RAT ***@***.***>
Cc: Hughes, Arwel (STFC,RAL,ISIS) ***@***.***>, Mention ***@***.***>
Subject: Re: [RascalSoftware/RAT] Added Event Updates to DE (PR #231)
@StephenNneji commented on this pull request.
________________________________
On examples/miscellaneous/alternativeLanguages/speedTest.m<#231 (comment)>:
@arwelHughes<https://github.com/arwelHughes> is this intended to merged?
________________________________
In utilities/plotting/useUpdatePlot.m<#231 (comment)>:
@@ -0,0 +1,16 @@
+% A simple function to make an updating plot...
+
+% Make the figure
+h = figure(1000);
@arwelHughes<https://github.com/arwelHughes> This design means the user can only have a single live plot, if they wanted to keep an old plot an run again they cannot this will overwrite the old one. Is this intended?
—
Reply to this email directly, view it on GitHub<#231 (review)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AGMNVXTPYVLF7NN3LFKTB73ZDIAC5AVCNFSM6AAAAABHZ6KQYOVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDANRWGIZDOMZZHE>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
…s in DE and simplex, and modified some defaults
Added update event functionality to Differential Evolution.
Made an 'useUpdatePlot' utility (in Utilities/plotting)
Added some documentation for events.