UNPKG

@zfunction/genetics-js

Version:

Genetic and evolutionary algorithms framework for the web

4 lines (3 loc) 176 B
import { TLLogic } from "./tl-logic"; export declare function parseTlLogic(networkFilename: string): TLLogic[]; export declare function writeTlLogic(tl: TLLogic[]): string;