Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Perfume is nondeterministic, even on a fixed seed #371

Open
GoogleCodeExporter opened this issue May 4, 2015 · 0 comments
Open

Perfume is nondeterministic, even on a fixed seed #371

GoogleCodeExporter opened this issue May 4, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Two separate executions, on the same machine, with the same seed, lead to two 
different models (with, for example, different numbers of nodes).  Using the 
first 1000 lines from the BEAR log file (see email for log file, as it is not 
intended for public release) with the seed 1397762762492, generates:

RUN 1

INFO: Using random seed: 1397762762492 
INFO: Parsing input files.. 
INFO: Successfully parsed 82 traces, containing a total of 571 events from 
[C:\Users\marc\Research\Perfume\log\bear\findyourhouse_anonym_preprocessed_debug
_1000.log] 
INFO: Parsing took 149ms 
INFO: Generating inter-event temporal relation... 
INFO: Generating temporal relation took 36ms 
INFO: Mining invariants [synoptic.invariants.miners.ChainWalkingTOInvMiner].. 
INFO: Mining took 48ms 
INFO: Mining performance-constrained invariants... 
INFO: Constrained mining took 195ms 
INFO: Mined 49 invariants 
INFO: Creating initial partition graph. 
INFO: Creating partition graph took 3ms 
INFO: Refining (Splitting)... 
INFO: Splitting took 21680ms 
INFO: Coarsening (Merging).. 
INFO: Merging took 184579ms 
INFO: Exporting final graph [361 nodes].. 
INFO: Exporting graph to: Perfume_BearDataSet_Debug1000_R1.dot 
INFO: Exporting graph to: Perfume_BearDataSet_Debug1000_R1.dot.png 
INFO: Exporting took 22787ms 


RUN 2

INFO: Using random seed: 1397762762492 
INFO: Parsing input files.. 
INFO: Successfully parsed 82 traces, containing a total of 571 events from 
[C:\Users\marc\Research\Perfume\log\bear\findyourhouse_anonym_preprocessed_debug
_1000.log] 
INFO: Parsing took 144ms 
INFO: Generating inter-event temporal relation... 
INFO: Generating temporal relation took 36ms 
INFO: Mining invariants [synoptic.invariants.miners.ChainWalkingTOInvMiner].. 
INFO: Mining took 47ms 
INFO: Mining performance-constrained invariants... 
INFO: Constrained mining took 194ms 
INFO: Mined 49 invariants 
INFO: Creating initial partition graph. 
INFO: Creating partition graph took 3ms 
INFO: Refining (Splitting)... 
INFO: Splitting took 18145ms 
INFO: Coarsening (Merging).. 
INFO: Merging took 44930ms 
INFO: Exporting final graph [141 nodes].. 
INFO: Exporting graph to: Perfume_BearDataSet_Debug1000_R1.dot 
INFO: Exporting graph to: Perfume_BearDataSet_Debug1000_R1.dot.png 
INFO: Exporting took 3397ms 

Original issue reported on code.google.com by [email protected] on 1 May 2014 at 6:26

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant