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

Add abstract container class and class implementing solution of minimum bounding box problem #11

Closed
dvmorozov opened this issue Sep 29, 2019 · 0 comments
Assignees

Comments

@dvmorozov
Copy link
Owner

dvmorozov commented Sep 29, 2019

Solution

TOptimizingApp - the container class (not abstract).
TBoundingBoxServer implements application specific logic.

classes (ticket 11)

Related

#3

@dvmorozov dvmorozov self-assigned this Sep 29, 2019
@dvmorozov dvmorozov added this to the 0.2 - extend architecture milestone Sep 29, 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
dvmorozov added a commit that referenced this issue Oct 5, 2019
Class diagram has been updated
dvmorozov added a commit that referenced this issue Oct 5, 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 to dvmorozov/fit that referenced this issue Oct 7, 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 17, 2020
TDownhillSimplexServer propagates variation steps
dvmorozov added a commit that referenced this issue May 3, 2020
Pointer is checked on assignment
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 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 21, 2020
dvmorozov added a commit that referenced this issue Aug 22, 2020
dvmorozov added a commit that referenced this issue Aug 23, 2020
dvmorozov added a commit that referenced this issue Aug 24, 2020
dvmorozov added a commit that referenced this issue Aug 25, 2020
dvmorozov added a commit that referenced this issue Aug 26, 2020
dvmorozov added a commit that referenced this issue Aug 28, 2020
dvmorozov added a commit that referenced this issue Aug 31, 2020
dvmorozov added a commit that referenced this issue Aug 31, 2020
Application logic has been separated from UI
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
dvmorozov added a commit that referenced this issue Sep 1, 2020
dvmorozov added a commit that referenced this issue Sep 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant