UNPKG

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.

6 lines (5 loc) 184 B
import { Label } from './Label'; export declare class Person extends Label { probability: number; constructor(id: string, short: string, label: string, probability: number); }