520 B
520 B
Witness Seed 3.0 Quickstart
Prerequisites
- Delphi compiler (e.g., Embarcadero RAD Studio, Free Pascal)
- Optional: Database drivers (e.g., FireDAC for SQL)
Setup
- Clone the repository:
git clone <repo-url> - Navigate to
delphi/witness_seed_3.0 - Run
maketo compile:make
Run
Execute: WitnessSeed3.exe
Output
Predictions are printed every 1000 steps. Future versions will write to data/ in CSV/JSON.
Test
Run unit tests: make test
See README.md for the full vision.