1
0
Fork 0

Update structure_score_based_estimator.py

master
lmoretti96 4 years ago committed by GitHub
parent 3d64ee2b87
commit 1408ff791c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      PyCTBN/PyCTBN/estimators/structure_score_based_estimator.py

@ -33,7 +33,7 @@ from multiprocessing import Pool
class StructureScoreBasedEstimator(StructureEstimator):
"""
Has the task of estimating the network structure given the trajectories in samplepath by
using a score based approach.
using a score based approach and differt kinds of optimization algorithms.
:param sample_path: the _sample_path object containing the trajectories and the real structure
:type sample_path: SamplePath