nowittynamesleft / merkle-tree-models

Using zero knowledge proofs to prove model history/evolution in a tree
1 stars 0 forks source link

only PROVE top k models in the evolutionary algorithm #10

Open nowittynamesleft opened 1 month ago

nowittynamesleft commented 1 month ago

same thing as #1 pretty much except proofs instead.

we only need to generate proofs for the top k models resulting from the evolutionary algorithm, since that's all we care about.

nowittynamesleft commented 1 month ago

this also requires that we separate the proving portion from the actual evolutionary search portion. we should save the values/merge parents for each operation, the mutate noise values, and then prove those operations after the search is over.