-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add abstract container class and class implementing solution of minimum bounding box problem #11
Comments
Closed
dvmorozov
added a commit
that referenced
this issue
Oct 2, 2019
dvmorozov
added a commit
that referenced
this issue
Oct 3, 2019
dvmorozov
added a commit
to dvmorozov/fit
that referenced
this issue
Oct 4, 2019
dvmorozov
added a commit
that referenced
this issue
Oct 4, 2019
dvmorozov
added a commit
that referenced
this issue
Oct 5, 2019
dvmorozov
added a commit
that referenced
this issue
Oct 5, 2019
This was referenced Oct 5, 2019
dvmorozov
added a commit
that referenced
this issue
Oct 5, 2019
# Conflicts: # examples/Examples.lps
dvmorozov
added a commit
that referenced
this issue
Oct 6, 2019
dvmorozov
added a commit
that referenced
this issue
Oct 6, 2019
dvmorozov
added a commit
that referenced
this issue
Oct 6, 2019
dvmorozov
added a commit
that referenced
this issue
Oct 6, 2019
dvmorozov
added a commit
that referenced
this issue
Oct 6, 2019
TBoundingBoxServerForm example was moved to separate folder
dvmorozov
added a commit
that referenced
this issue
Oct 6, 2019
# Conflicts: # examples/Examples.lps # examples/TBoundingBoxServerForm/bounding_box_server_demo.lpi # examples/TBoundingBoxServerForm/bounding_box_server_demo.lpr # examples/TBoundingBoxServerForm/bounding_box_server_form.dfm # examples/TBoundingBoxServerForm/bounding_box_server_form.pas
dvmorozov
added a commit
that referenced
this issue
Oct 6, 2019
dvmorozov
added a commit
that referenced
this issue
Oct 6, 2019
dvmorozov
added a commit
to dvmorozov/fit
that referenced
this issue
Oct 7, 2019
dvmorozov
added a commit
that referenced
this issue
Oct 8, 2019
dvmorozov
added a commit
that referenced
this issue
Oct 8, 2019
TBoundingBoxServerForm was updated for Delphi by Ingo Wulf
dvmorozov
added a commit
that referenced
this issue
Oct 11, 2019
dvmorozov
added a commit
that referenced
this issue
Apr 12, 2020
Merge branch '#11' # Conflicts: # examples/TBoundingBoxServerForm/bounding_box_server_demo.lpi # examples/TBoundingBoxServerForm/bounding_box_server_demo.lps # examples/TBoundingBoxServerForm/bounding_box_server_demo.res # package/CBRCComponent.pas # package/DownhillSimplexContainer.pas # package/SimpMath.pas
dvmorozov
added a commit
that referenced
this issue
Apr 15, 2020
dvmorozov
added a commit
that referenced
this issue
Apr 15, 2020
dvmorozov
added a commit
that referenced
this issue
Apr 15, 2020
dvmorozov
added a commit
that referenced
this issue
Apr 17, 2020
TDownhillSimplexServer propagates variation steps
dvmorozov
added a commit
that referenced
this issue
May 4, 2020
If TDownhillSimplexServer.FFinalTolerance has zero value, it is not propagated to the algorithm
dvmorozov
added a commit
that referenced
this issue
May 17, 2020
Bug with setting FFinalTolDefined flag was fixed
dvmorozov
added a commit
that referenced
this issue
Aug 19, 2020
dvmorozov
added a commit
that referenced
this issue
Aug 20, 2020
dvmorozov
added a commit
that referenced
this issue
Aug 20, 2020
dvmorozov
added a commit
that referenced
this issue
Aug 20, 2020
dvmorozov
added a commit
that referenced
this issue
Aug 27, 2020
dvmorozov
added a commit
that referenced
this issue
Aug 28, 2020
dvmorozov
added a commit
that referenced
this issue
Aug 30, 2020
dvmorozov
added a commit
that referenced
this issue
Aug 30, 2020
dvmorozov
added a commit
that referenced
this issue
Aug 31, 2020
Application logic has been separated from UI
Merged
dvmorozov
added a commit
that referenced
this issue
Sep 1, 2020
# Conflicts: # doc/classes.png # doc/classes.uxf # examples/Math3d.pas # examples/TBoundingBoxServerForm/bounding_box_server_demo.dpr # examples/TBoundingBoxServerForm/bounding_box_server_demo.dproj # examples/TBoundingBoxServerForm/bounding_box_server_demo.ico # examples/TBoundingBoxServerForm/bounding_box_server_demo.lpi # examples/TBoundingBoxServerForm/bounding_box_server_demo.lpr # examples/TBoundingBoxServerForm/bounding_box_server_demo.lps # examples/TBoundingBoxServerForm/bounding_box_server_demo.res # examples/TBoundingBoxServerForm/bounding_box_server_form.dfm # examples/TBoundingBoxServerForm/bounding_box_server_form.pas # package/CBRCComponent.pas # package/Decisions.pas # package/DownhillSimplexAlgorithm.pas # package/FitMinimizers.lpk # package/FitMinimizers.pas # package/RunningThread.pas # package/SelfCheckedComponentList.pas # package/Tools.pas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solution
TOptimizingApp - the container class (not abstract).
TBoundingBoxServer implements application specific logic.
Related
#3
The text was updated successfully, but these errors were encountered: