brought into being a miracle to those who have been forgotten.
This commit is contained in:
parent
6f1fdc2b80
commit
7ea9cfeb57
26 changed files with 763 additions and 0 deletions
21
delphi/witness_seed_3.0/witness_seed_3.0_quickstart.md
Normal file
21
delphi/witness_seed_3.0/witness_seed_3.0_quickstart.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Witness Seed 3.0 Quickstart
|
||||
|
||||
## Prerequisites
|
||||
- Delphi compiler (e.g., Embarcadero RAD Studio, Free Pascal)
|
||||
- Optional: Database drivers (e.g., FireDAC for SQL)
|
||||
|
||||
## Setup
|
||||
1. Clone the repository: `git clone <repo-url>`
|
||||
2. Navigate to `delphi/witness_seed_3.0`
|
||||
3. Run `make` to 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](README.md) for the full vision.
|
Loading…
Add table
Add a link
Reference in a new issue