https://github.com/jMetal/jMetalPy
Name Target Message Date
HEAD e6fb61d Minor changes 09 July 2024, 09:59:01 UTC
refs/heads/develop 6b75b6d Remove star import in jmetal.lab.statistical_test.functions (#145) This helps with statical analysis tools like mypy or flake8. 14 March 2024, 06:58:23 UTC
refs/heads/main e6fb61d Minor changes 09 July 2024, 09:59:01 UTC
refs/tags/v0.5.0 ca39721 Merge pull request #25 from jMetal/develop Major release 0.5.0 13 July 2018, 10:12:25 UTC
refs/tags/v0.5.1 95835ec Merge pull request #30 from jMetal/develop Minor release 0.5.1 04 September 2018, 09:13:08 UTC
refs/tags/v0.5.2 7bba581 Merge branch 'master' of https://github.com/jMetal/jMetalPy 16 December 2019, 10:54:24 UTC
refs/tags/v1.5.2 7bba581 Merge branch 'master' of https://github.com/jMetal/jMetalPy 16 December 2019, 10:54:24 UTC
refs/tags/v1.5.3 6fae0a3 Update docs 08 January 2020, 17:06:57 UTC
refs/tags/v1.5.5 c3a7be2 jMetalPy v1.5.5 (#79) * Add solution generator and evaluator for SA (#67) * Add warm startup for SA using population_generator. * Revert evaluator parametrization in SA. * Working on implementing a IntegerFloatSolution class * Update nsgaiii.py (#70) removed obsolete import * Fix conflict in file smpsorp_zdt4.py * Add new implementation of quality indicators. All of them receive a numpy array as a parameter instead of a list of solutions. * Refactor quality indicators. All of them receive as a parameter a numpy array instead of a list of solutions * Add file ZDT1.pf in the test folder (to be use to test quality indicators) * Feature/mixed solution (#73) * Working on implementing a IntegerFloatSolution class * Add unit test cases for class IntegerFloatProblem * Add class NMMin * Add class IntegerFloatSBXCrossover * Add test cases for SBXCrossover * Still working on implementing an approach for the IntegerFloatSolution class * Add user defined exceptiones in file checking.py * Working on the implementation of class CompositeSolution * Workon on class CompositeSolution * Class CompositeMutation implemented and tested * Fix a bug in class Neighborhood * Class CompositeCrossover implemented and tested * Add class * Add class * Rename file * Add problem ZDT1Modified * Add examples with NSGA-II * Add NSGA-II examples * Optimize imports * Minor changes * Changes on attribute name Co-authored-by: Yebisu <ajnebro@outlook.com> * Minor changes * Release v1.5.4 * Updating the MOEAD and variants examples * Minor changes * Add problem UF1 * Fix bug in ibea. * Refactor crossover and mutation operators * Refactor crossover and mutation operators * New minor version 1.5.5 Co-authored-by: Yevhenii Semendiak <32543098+YevheniiSemendiak@users.noreply.github.com> Co-authored-by: ajnebro <ajnebro@outlook.com> Co-authored-by: Marvin Steijaert <msteijaert@gmail.com> Co-authored-by: benhid <atbnhd@gmail.com> Co-authored-by: Sizhe Yuen <sizhe1007@gmail.com> Co-authored-by: Antonio J. Nebro <ajnebro@users.noreply.github.com> 09 April 2020, 12:55:34 UTC
refs/tags/v1.5.7 9cadc68 jMetalPy v1.5.7 (#91) * Add solution generator and evaluator for SA (#67) * Add warm startup for SA using population_generator. * Revert evaluator parametrization in SA. * Working on implementing a IntegerFloatSolution class * Update nsgaiii.py (#70) removed obsolete import * Fix conflict in file smpsorp_zdt4.py * Add new implementation of quality indicators. All of them receive a numpy array as a parameter instead of a list of solutions. * Refactor quality indicators. All of them receive as a parameter a numpy array instead of a list of solutions * Add file ZDT1.pf in the test folder (to be use to test quality indicators) * Feature/mixed solution (#73) * Working on implementing a IntegerFloatSolution class * Add unit test cases for class IntegerFloatProblem * Add class NMMin * Add class IntegerFloatSBXCrossover * Add test cases for SBXCrossover * Still working on implementing an approach for the IntegerFloatSolution class * Add user defined exceptiones in file checking.py * Working on the implementation of class CompositeSolution * Workon on class CompositeSolution * Class CompositeMutation implemented and tested * Fix a bug in class Neighborhood * Class CompositeCrossover implemented and tested * Add class * Add class * Rename file * Add problem ZDT1Modified * Add examples with NSGA-II * Add NSGA-II examples * Optimize imports * Minor changes * Changes on attribute name Co-authored-by: Yebisu <ajnebro@outlook.com> * Minor changes * Release v1.5.4 * Updating the MOEAD and variants examples * Minor changes * Add problem UF1 * Fix bug in ibea. * Refactor crossover and mutation operators * Refactor crossover and mutation operators * New minor version 1.5.5 * Adapt CXCrossover and ScrambleMutation to TSP (#80) * Added new minor version * Removed SyntaxWarning for with literals * Changed typing of frequency to int * Minor changes * Use of linters for catching errors and formatters to fix style * fix IntegerProblem cannot get upper bound value bug (#86) * optimise deepcopy for list (#87) * Added logging * Update __init__.py (#92) Export `RouletteWheelSelection` Co-authored-by: Antonio <makishinake@hotmail.com> * Minor changes * Python version 3.7 * Minor changes * Optimize imports * Minor changes * removing depricated functions (#118) * Fix #115 * fixing kursawe's function kursawe's f2 function must go through all variables * evaluate function for zdt6 class zdt6's f1 function is different from the others zdt functions * Fix style * Replace Travis with Github Actions * setup.py deprecated in favor of setup.cfg * Add develop branch for triggering options * Replace build badge Co-authored-by: Yevhenii Semendiak <32543098+YevheniiSemendiak@users.noreply.github.com> Co-authored-by: ajnebro <ajnebro@outlook.com> Co-authored-by: Marvin Steijaert <msteijaert@gmail.com> Co-authored-by: benhid <atbnhd@gmail.com> Co-authored-by: Sizhe Yuen <sizhe1007@gmail.com> Co-authored-by: Antonio J. Nebro <ajnebro@users.noreply.github.com> Co-authored-by: Yevhenii Semendiak <semendyak@gmail.com> Co-authored-by: Lingpho <bob.li.0718@gmail.com> Co-authored-by: Wojciech Lewicki <wojciech.lewicki@swmansion.com> Co-authored-by: root <root@9575ed024558> Co-authored-by: Arysson Oliveira <51703579+ASdOliveira@users.noreply.github.com> Co-authored-by: Isabela <63879870+isabelagabriely@users.noreply.github.com> 04 February 2022, 10:01:25 UTC
refs/tags/v1.7.0 3d5d007 Update github actions files 29 May 2024, 15:39:54 UTC
back to top