https://github.com/pent0/tbt
Expression generator
https://github.com/pent0/tbt
genetic-algorithm pascal stack
Last synced: 5 months ago
JSON representation
Expression generator
- Host: GitHub
- URL: https://github.com/pent0/tbt
- Owner: pent0
- License: apache-2.0
- Created: 2018-01-27T10:22:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-27T10:23:03.000Z (over 8 years ago)
- Last Synced: 2025-01-30T00:26:47.030Z (over 1 year ago)
- Topics: genetic-algorithm, pascal, stack
- Language: Pascal
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
tbt is an multi-thread expression generator using genetic algorithm. tbt tends to
be easy to use and generate correct expression that return exact input value.
- options:
+ workers: number of workers (threads)
+ genlen: population size
+ maxgen: maximum generations
+ crossrate: crossover rate
+ mutrate: mutation rate
+ onedigit: each number in expression has only onedigit
- eg:
tbt -onedigit=0 -workers=10 -genlen=100 -maxgen=50 10