You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently implemented lazy scanning the DroneSystem so that it scans for the beam 1 block at a time. It also stops scanning in the x-direction once its reached the end of the beam.
TractorBeamScan now also searches the current and the last block in-case Santas ship area overlaps two blocks. This saves having to scan 1 block, then 2, then 3... now it only does 1, then 2, then 2 and just 2 forever.
Solution currently taking ~13s to run with logging turned off.
The text was updated successfully, but these errors were encountered:
Currently implemented lazy scanning the DroneSystem so that it scans for the beam 1 block at a time. It also stops scanning in the x-direction once its reached the end of the beam.
TractorBeamScan now also searches the current and the last block in-case Santas ship area overlaps two blocks. This saves having to scan 1 block, then 2, then 3... now it only does 1, then 2, then 2 and just 2 forever.
Solution currently taking ~13s to run with logging turned off.
The text was updated successfully, but these errors were encountered: