tweak: add some indicative printfs

This commit is contained in:
NunoSempere 2024-02-25 18:57:46 -03:00
parent c3d402a44a
commit f85d128780
3 changed files with 6 additions and 1 deletions

View File

@ -4,3 +4,6 @@ dev:
prod:
go build -o probppl
./probppl
record:
make prod > record.txt

BIN
probppl

Binary file not shown.

View File

@ -143,7 +143,9 @@ func main() {
people_known_distribution := generatePeopleKnownDistribution(r)
// fmt.Println(people_known_distribution)
result := getUnnormalizedBayesianUpdateForDistribution(people_known_distribution, r)
// fmt.Println(i)
if i%10 == 0 {
fmt.Printf("%d/10000\n", i)
}
if result > 0 {
// fmt.Println(people_known_distribution)
// fmt.Println(result)