https://github.com/mtvare6/kbdgen
https://github.com/mtvare6/kbdgen
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mtvare6/kbdgen
- Owner: mTvare6
- Created: 2024-12-14T07:49:31.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-12-14T09:02:55.000Z (5 months ago)
- Last Synced: 2025-02-16T01:33:08.915Z (3 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kbdgen
Optimized keyboard layout generator using simulated annealing
# Usage
```sh
usage: kbdgen [-h] [-c CLAMP] [-m MAX_ITER] [-d DECAY] [-e EPOCH] [-f FILE]Simulated Annealing based keyboard layout generator
options:
-h, --help show this help message and exit
-c CLAMP, --clamp CLAMP
number of swaps n; n=clamp(T/clamp_scale, 1, 26)
-m MAX_ITER, --max-iter MAX_ITER
maximum number of iterations
-d DECAY, --decay DECAY
T*=decay
-e EPOCH, --epoch EPOCH
number of iters before T decays
-f FILE, --file FILE file to use as example input
```