../
|
contactmaps/
|
932
(12 years ago)
by gmueller:
all classes for evolution, correlation function, neighborhood string converter etc.
|
SetScore.java
|
835
(13 years ago)
by duarte:
Changed scoring: from sum(upi-ui)2 to sum of max(0,upi-ui).
New methods to write subsets to files in table (tab delimited) format.
Now main() writes out all scores/subsets to two files instead of only outputting best, worse and ensemble of bests.
Moved ScoreSet to its own file, new static methods to read subsets from db.
|
BoundsSmoother.java
|
855
(13 years ago)
by gmueller:
new class for some evolution
|
Population.java
|
858
(13 years ago)
by gmueller:
new class to deal with arrays of Individuals class, provides methods to generate new arrays of Individuals
|
CorrelationFunction.java
|
860
(13 years ago)
by gmueller:
class to estimate the correlation function to a given error function, deals onlz with Population arrays
|
Embedder.java
|
884
(13 years ago)
by duarte:
Major commit:
- change of the implementation of Pdb (interface remains backwards compatible). Now data stored in a proper object-oriented way. Pdb not abstract anymore, a protein model can be created by using one of the constructors
- added many tests and test files for Pdb (and merged some already existing tests from the default package)
- removed obsolete classes related to msd
- bug fix: PdbfilePdb now properly reads files with alt codes
- all tests passed
|
MergeOutPut.java
|
926
(12 years ago)
by gmueller:
helper class
|
NbhStringRanker.java
|
928
(12 years ago)
by gmueller:
the older version still had a bug in the setNbhStringMaps(String,String) method
|
Individuals.java
|
929
(12 years ago)
by gmueller:
final version, might still contain bugs, but seems consistent so far
|
Reconstructer.java
|
933
(12 years ago)
by gmueller:
some methods modifiers were changed from protected to public, since classes of the sub package rely on those
|
Distiller.java
|
933
(12 years ago)
by gmueller:
some methods modifiers were changed from protected to public, since classes of the sub package rely on those
|
Bound.java
|
933
(12 years ago)
by gmueller:
some methods modifiers were changed from protected to public, since classes of the sub package rely on those
|
Scorer.java
|
933
(12 years ago)
by gmueller:
some methods modifiers were changed from protected to public, since classes of the sub package rely on those
|