Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidje13/optimisationstuff
Mucking about with optimisation-related challenges
https://github.com/davidje13/optimisationstuff
Last synced: about 1 month ago
JSON representation
Mucking about with optimisation-related challenges
- Host: GitHub
- URL: https://github.com/davidje13/optimisationstuff
- Owner: davidje13
- Created: 2014-04-13T18:20:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-24T22:02:38.000Z (about 1 month ago)
- Last Synced: 2024-11-24T23:18:39.612Z (about 1 month ago)
- Language: HTML
- Homepage: http://davidje13.github.io/OptimisationStuff/
- Size: 158 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OptimisationStuff
## 2048 AI
http://davidje13.github.io/OptimisationStuff/2048AI.htm
This plays an automated game of 2048.
It loads an old snapshot of the 2048 game and add a "Play Automatically" button to the top-left. Click this button to watch it play.
## Ants
http://davidje13.github.io/OptimisationStuff/ants.htm
Simulates an ant colony finding random sources of food. Click & drag to add walls, and right-click to erase the walls. The ant nest is in the centre and food is placed at random.
## Lights
http://davidje13.github.io/OptimisationStuff/lights.htm
Solves the best position to place lights in a rectangular room for best lighting by brute-force. No runtime configurable values are available.
## Dice
http://davidje13.github.io/OptimisationStuff/dice.htm
Solves which dice to use and threshold to set to achieve a particular probability.