First version of factor idea proposal (#46)

* update all code

* save code

* update first version of factor proposal

* change a comment

* remove a useless comment

---------

Co-authored-by: xuyang1 <xuyang1@microsoft.com>
This commit is contained in:
Xu Yang
2024-07-04 15:56:14 +08:00
committed by GitHub
parent 4cb57b8f19
commit f2bd3355f6
17 changed files with 354 additions and 98 deletions
@@ -220,4 +220,4 @@ class FileBasedFactorImplementation(FBImplementation):
return FileBasedFactorImplementation(task, code=code, **kwargs)
FactorExperiment = Experiment
class FactorExperiment(Experiment[FactorTask, FileBasedFactorImplementation]): ...