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

四分木の実装 #47

Merged
merged 4 commits into from
Apr 18, 2021
Merged

四分木の実装 #47

merged 4 commits into from
Apr 18, 2021

Conversation

mitsuyoshi-yamazaki
Copy link
Owner

@mitsuyoshi-yamazaki mitsuyoshi-yamazaki commented Apr 18, 2021

#45

問題

  • 領域外へ向かう枝がnodeに属せない

計測

simulation.max_line_count = 5000

通常

[Log] finished without quadtree (4558)
[Log] finished without quadtree (4588)
[Log] finished without quadtree (4599)
[Log] finished without quadtree (4583)
[Log] finished without quadtree (4580)
[Log] finished without quadtree (4547)
[Log] finished without quadtree (4565)
[Log] finished without quadtree (4621)
[Log] finished without quadtree (4557)
[Log] finished without quadtree (4550)

四分木

[Log] finished with quadtree (1510)
[Log] finished with quadtree (1414)
[Log] finished with quadtree (1421)
[Log] finished with quadtree (1431)
[Log] finished with quadtree (1451)
[Log] finished with quadtree (1435)
[Log] finished with quadtree (1479)
[Log] finished with quadtree (1443)
[Log] finished with quadtree (1432)

simulation.max_line_count = 10000

通常

[Log] finished without quadtree (17331)
[Log] finished without quadtree (17259)
[Log] finished without quadtree (17274)
[Log] finished without quadtree (17188)
[Log] finished without quadtree (17080)

四分木

[Log] finished with quadtree (3805)
[Log] finished with quadtree (3768)
[Log] finished with quadtree (3677)
[Log] finished with quadtree (3698)
[Log] finished with quadtree (3680)
[Log] finished with quadtree (3703)

1618735986_00000256

@mitsuyoshi-yamazaki mitsuyoshi-yamazaki self-assigned this Apr 18, 2021
@mitsuyoshi-yamazaki mitsuyoshi-yamazaki added this to In progress in Lines and Angles via automation Apr 18, 2021
@mitsuyoshi-yamazaki mitsuyoshi-yamazaki marked this pull request as ready for review April 18, 2021 10:51
@mitsuyoshi-yamazaki mitsuyoshi-yamazaki merged commit 691e7fc into main Apr 18, 2021
Lines and Angles automation moved this from In progress to Done Apr 18, 2021
@mitsuyoshi-yamazaki mitsuyoshi-yamazaki deleted the drawer-optimization branch April 18, 2021 10:52
@mitsuyoshi-yamazaki mitsuyoshi-yamazaki mentioned this pull request Apr 18, 2021
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant