officekit
Version:
A toolkit to represent and visualize office spaces. It also provides functionality to simulate usage of offices, and calculate a score given a fitness function. It also have functionatlity for automatic allocation of offices using a genetic algorithm.
21 lines (13 loc) • 438 B
Markdown
# OfficeKit
A toolkit to represent and visualize office spaces. It also provides functionality to simulate usage of offices, and calculate a score given a fitness function. It also have functionatlity for automatic allocation of offices using a genetic algorithm.
## Installation
```bash
npm install officekit
```
Created by https://www.linkedin.com/in/andreassolberg/
## Library development
Use
```bash
npm link
npm run watch
```