Remix this project and modify the AI sprite script to improve the performance of the lift. You must respond to the pick floor message by: * setting your next floor variable * setting your heading variable to up or down * broadcasting the message set destination You can use the call list to find a floor with a waiting customer. And you can use the request stop list to find a floor that a customer in the lift has requested. Try to minimise both the maximum wait time and the average wait time.
Credits: Thanks to Paul Sinnet for the idea the original project. Additions: 5 methods, sliders to select methods and testing time Deutsch: In diesem Projekt geht es darum, eine Aufzugssteuerung (Baustein AI) so zu programmieren, dass maximale und durchschnittliche Wartezeit minimiert werden. Man kann 6 vorhandene Methoden testen und weitere selbst entwickeln.