-----------------------------------------------------------------------------
- Banjo                        Bayesian Network Inference with Java Objects -
- Release 2.2.0                                                 15 Apr 2008 -
- Licensed from Duke University                                             -
- Copyright (c) 2005-08 by Alexander J. Hartemink                           -
- All rights reserved                                                       -
-----------------------------------------------------------------------------
- Project:                                   Ordering(AD.Sex.APOE.-c2-.PSEN2)
- User:                                                              lsand039
- Dataset:                                  4-vars-2254-temporal-observations
- Notes:                                    static bayesian network inference
-----------------------------------------------------------------------------
- Settings file:                                                             
-----------------------------------------------------------------------------
- Input directory:                               data/release2.0/Summer/input
- Observations file:                                    AD.Sex.APOE.PSEN2.txt
- Observation count:                                                     2254
- Number of variables:                                                      4
- Variable names:                                                      inFile
- Discretization policy:                                                 none
- Exceptions to the discretization policy:                               none
-----------------------------------------------------------------------------
- Initial structure file:                                                    
- 'Must be present' edges file:                                      -c2-.txt
- 'Must not be present' edges file:                               no.-c2-.txt
- Min. Markov lag:                                                          0
- Max. Markov lag:                                                          0
- Max. parent count:                                                        2
- Equivalent sample size for Dirichlet parameter prior:                   1.0
-----------------------------------------------------------------------------
- Searcher:                                                 SearcherSimAnneal
- Proposer:                                           ProposerRandomLocalMove
- Evaluator:                                        defaulted to EvaluatorBDe
- Decider:                                     defaulted to DeciderMetropolis
-----------------------------------------------------------------------------
- Pre-compute logGamma:                                                    no
- Cache:                                                           fastLevel1
- Cycle checking method:                                   Depth-first Search
-----------------------------------------------------------------------------
- Initial temperature:                                                  10000
- Cooling factor:                                                         0.7
- Reannealing temperature:                                                800
- Max. accepted networks before cooling:                                 2500
- Max. proposed networks before cooling:                                10000
- Min. accepted networks before reannealing:                              500
-----------------------------------------------------------------------------
- Output directory:                             data/release2.0/Summer/output
- Report file:   AD.Sex.APOE.-c2-.PSEN2.static.report.2017.11.27.14.48.28.txt
- Number of best networks tracked:                                          1
- Max. time:                                                            1.0 m
- Max. restarts:                                                       100000
- Min. networks before checking:                                         1000
- Screen reporting interval:                                           30.0 m
- File reporting interval:                                              2.0 m
-----------------------------------------------------------------------------
- Compute influence scores:                                               yes
- Compute consensus graph:                                                yes
- Create consensus graph as HTML:                                         yes
- Create 'dot' output:                                                    yes
- Location of 'dot':  /usr/bin/dot /usr/bin/X11/dot /usr/share/man/man1/dot.1.gz
-----------------------------------------------------------------------------
- XML output directory:                         data/release2.0/Summer/output
- XML Report file:                                                           
- XML settings to export:                                                    
- XML parser:                             org.apache.xerces.parsers.SAXParser
- Banjo XML format version:                                               1.0
-----------------------------------------------------------------------------
- Seed for starting search:                                     1511812108227
-----------------------------------------------------------------------------
- Number of threads:                                                        1
-----------------------------------------------------------------------------
- 'Must be present' edges, as loaded:                                        
-----------------------------------------------------------------------------
4
0 0  	  
1 0  	  
2 2 0 1  	  
3 1 0  	  
-----------------------------------------------------------------------------
- 'Must not be present' edges, as loaded:                                    
-----------------------------------------------------------------------------
4
0 2 1 3  	  
1 1 0  	  
2 1 3  	  
3 2 1 2  	  
-----------------------------------------------------------------------------

Memory info before starting the search: Banjo is using 7 mb of memory
Prep. time used: 52.0 ms
Beginning to search: expect a status report every 30.0 m



-----------------------------------------------------------------------------
- Final report                                           Best network overall
-----------------------------------------------------------------------------


Network score: -6741.4447, first found at iteration 1
4
0 0
1 0
2 2 0 1
3 1 0


-----------------------------------------------------------------------------
- Search Statistics                                                          
-----------------------------------------------------------------------------

Statistics collected in searcher 'SearcherSimAnneal':
  Number of networks examined: 355648000
  Total time used: 1.0 m
  High score: -6741.4447, first found at iteration 1
  Number of re-anneals: 2237

Statistics collected in proposer 'ProposerRandomLocalMove':
  Additions -- proposed:    305592515
  Deletions -- proposed:    50055484
  Reversals -- proposed:    0

Statistics collected in cycle checker 'CycleCheckerCheckThenApply':
  Additions -- considered:  305592515,  acyclic:  85182742
  Deletions -- no cyclicity test necessary
  Reversals -- considered:  0,  acyclic:  0

Statistics collected in evaluator 'EvaluatorBDe':
  Scores computed:          5
  Scores (cache)            placed         fetched        
      with 0 parents:       2              50055486       
      with 1 parents:       2              85182743       
      with 2 parents:       1              0              

Statistics collected in decider 'DeciderMetropolis':
  Additions -- considered:  85182742,  better score:  0,  other accepted:  50055484
  Deletions -- considered:  50055484,  better score:  50055484,  other accepted:  0
  Reversals -- considered:  0,  better score:  0,  other accepted:  0
  Average permissivity:     0.588

Memory info after completing the search: Banjo is using 7 mb of memory


Network score: -6741.4447, found by thread 1
4
0 0
1 0
2 2 0 1
3 1 0

-----------------------------------------------------------------------------
- Post-processing                                            Influence scores
-----------------------------------------------------------------------------

Influence score for   (1,0) ->   (2,0)   .0147
Influence score for   (0,0) ->   (2,0)   .0684
Influence score for   (0,0) ->   (3,0)   -.1137

-----------------------------------------------------------------------------
- Post-processing                                  DOT graphics format output
-----------------------------------------------------------------------------

digraph abstract { 

label = "Banjo Version 2.2.0\nHigh scoring network, score: -6741.4447\nProject: Ordering(AD.Sex.APOE.-c2-.PSEN2)\nUser: lsand039\nDataset: 4-vars-2254-temporal-observations"; 
labeljust="l"; 

    0 [label="Alzheimer"];
    1 [label="sex"];
    2 [label="APOE"];
    3 [label="PSEN2"];

    0->2;
    1->2;
    0->3;
}

