-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correction dans les algorithmes d'optimisation: - partout, tester l'amelioration du cout en remplacant ~if (dCost < dBestCost)~ par ~if (dCost < dBestCost - dEpsilon)~ - correction principale dans KWDataGridOptimizer::OptimizeDataGrid - impacts pour propager la correction partout - DTDiscretizerMODL::DiscretizeNEW - DTDiscretizerMODL::DiscretizeOLD - DTDiscretizerMODL::DiscretizeGranularizedFrequencyTableNEW (pour le nul cost: < dBestCost + dEpsilon) - DTGrouperMODL::GroupPreprocessedTable - DTGrouperMODL::SmallSourceNumberGroup - KWDiscretizerMODL::Discretize - KWGrouperMODL::GroupPreprocessedTable - KWGrouperMODL::SmallSourceNumberGroup - KWDensityEstimationTest::SearchBestInstanceGridSize - MHDiscretizerHistogramMODL::GranularizedDiscretizeValues - MHDiscretizerHistogramMODL_fp::OptimizeGranularity - MHFloatingPointFrequencyTableBuilder::InitializeDomainBounds Stabilisation lie au probleme de choix d'une partition aleatoire, base sur un Shuffle, puis un Sort - le sort est instable entre Windows et Linux en cas d'egalite du critere - correction en memoirsant un index aleatoire suite au Shuffle, puis en utilisant cet index en critere de tri secondaire - KWDataGridManager::SortAttributeParts: reimplementation du tri avec random index en cas d'egalite - KWSortableSymbolCompareValue: utilisation de l'index comme critere de tri secondaire Teste sur les 12 jeux donnees instables entre Windows, Linux, Mac - quelques jeux de tests de reference ont change - les resultats sont maintenant identique sur les trois OS Teste sur LearningTest entier Memorisation des jeux de test pour les test de non regression sur git - test\LearningTest\TestKhiops\Standard\IrisU - deplace depuis Standard-unstable, desormais supprime - test\LearningTest\TestCoclustering\Standard\Adult2varsTiny - deplace depuis Standard-unstable, desormais supprime Correction a reporter en V11
- Loading branch information
1 parent
b4c9b39
commit 48c251d
Showing
29 changed files
with
4,670 additions
and
4,636 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
test/LearningTest/TestCoclustering/Standard-unstable/Adult2varsTiny/results.ref/time.log
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.