Pointifix / AutoDrill

Mindustry Mod that adds tools for automatically filling resource patches with drills. Pointifix#4403
30 stars 5 forks source link

Optimization Quality #13

Closed feddddddddd closed 2 months ago

feddddddddd commented 2 months ago

The lower the “Optimization Quality” value, the better the placement will be?

Pointifix commented 2 months ago

The higher is it. The optimization is a tree search where the tree contains all possible drill placements for that patch and the higher the optimization quality the larger the portion of the tree that is being traversed. And the configuration with the most ores covered found by the search is then the result. So if you are lucky the best configuration is found early and a higher optimization quality does not optain a better result.