[Quantproject-developers] QuantProject/b3_Data/Selectors/ByLinearIndipendence GenomeManagerForMaxL
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2008-01-14 23:38:39
|
Update of /cvsroot/quantproject/QuantProject/b3_Data/Selectors/ByLinearIndipendence In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21302/b3_Data/Selectors/ByLinearIndipendence Modified Files: GenomeManagerForMaxLinearIndipendenceSelector.cs Log Message: GenomeManagers have been updated (WeightedPositions have been used instead of CandidateProperties) Index: GenomeManagerForMaxLinearIndipendenceSelector.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b3_Data/Selectors/ByLinearIndipendence/GenomeManagerForMaxLinearIndipendenceSelector.cs,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** GenomeManagerForMaxLinearIndipendenceSelector.cs 3 Jan 2007 23:20:15 -0000 1.3 --- GenomeManagerForMaxLinearIndipendenceSelector.cs 14 Jan 2008 23:38:36 -0000 1.4 *************** *** 39,50 **** public class GenomeManagerForMaxLinearIndipendenceSelector : IGenomeManager { ! private DataTable setOfInitialTickers; ! private Candidate[] candidates; ! private DateTime firstQuoteDate; ! private DateTime lastQuoteDate; ! private int genomeSize; ! private int minValueForGenes; ! private int maxValueForGenes; ! private double[,] correlationMatrix; //IGenomeManager implementation for properties --- 39,50 ---- public class GenomeManagerForMaxLinearIndipendenceSelector : IGenomeManager { ! protected DataTable setOfInitialTickers; ! protected Candidate[] candidates; ! protected DateTime firstQuoteDate; ! protected DateTime lastQuoteDate; ! protected int genomeSize; ! protected int minValueForGenes; ! protected int maxValueForGenes; ! protected double[,] correlationMatrix; //IGenomeManager implementation for properties *************** *** 166,170 **** } ! private double getFitnessValue_getCorrelationCoefficient(int i, int j) { int row = i; --- 166,170 ---- } ! protected double getFitnessValue_getCorrelationCoefficient(int i, int j) { int row = i; |