Skip to content

Questions regarding the Scalability of iterations #1

@offthewallace

Description

@offthewallace

Hi, I am trying to run the experiment for generating the figure3 in journal version of HDMM. However, when I run the scalability for generate 100 inner iterations for OPTx, it output the type error ( for experiments in scalability_5d.csv) :
hdmm/experiments/journal/scalability.py", line 118, in
temp1.optimize(W, iters=100)
TypeError: Kronecker.optimize() got an unexpected keyword argument 'iters'.

temp1 = templates.DefaultKron(domain, approx=False)

So I am wondering if those iters=100 are for just generate for loop around temp.optimize? or its defined as line 280 for class Kronecker's optimize function in templeates.py from scr/hdmm? where as the for _ in range(10): the 10 is actually represent for iters?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions