Browse Source

[ENH] change parameters passing in reasoning

pull/1/head
troyyyyy 2 years ago
parent
commit
399e05bf21
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      abl/reasoning/reasoner.py

+ 2
- 2
abl/reasoning/reasoner.py View File

@@ -1,6 +1,6 @@
import numpy as np
from zoopt import Dimension, Objective, Parameter, Opt
from abl.utils.utils import (
from ..utils.utils import (
confidence_dist,
flatten,
reform_list,
@@ -114,7 +114,7 @@ class ReasonerBase:
symbol_num : int
Number of total symbols.
data_sample : ListData
max_revision_num : int
Specifies the maximum number of revisions allowed.
"""


Loading…
Cancel
Save