Activity for PGAPy

  • Ralf Schlatterbeck Ralf Schlatterbeck committed [a3e68f] on Code

    Make magic_square test work again

  • Ralf Schlatterbeck Ralf Schlatterbeck committed [f19f06] on Code

    Add another interesting function to optimize

  • Ralf Schlatterbeck Ralf Schlatterbeck committed [7a9d12] on Code

    Fix xor tests after latest change to gene printing

  • Ralf Schlatterbeck Ralf Schlatterbeck committed [adbc63] on Code

    New upstream, negative assortative mating

  • Ralf Schlatterbeck Ralf Schlatterbeck committed [5eebb8] on Code

    Add John Holland's Royal Road example

  • Ralf Schlatterbeck Ralf Schlatterbeck committed [81d575] on Code

    Add Coder_424 to neural.py example

  • Ralf Schlatterbeck Ralf Schlatterbeck committed [870891] on Code

    Add Adder_Sparse example to test

  • Ralf Schlatterbeck Ralf Schlatterbeck committed [fdc94a] on Code

    Add test of optimizing 2-bit-adder

  • Ralf Schlatterbeck Ralf Schlatterbeck committed [3c79c8] on Code

    Fix keras memory leak

  • Ralf Schlatterbeck Ralf Schlatterbeck committed [59aa1b] on Code

    Start neural net with other adder architecture

  • Ralf Schlatterbeck Ralf Schlatterbeck committed [aca2b5] on Code

    Add Keras backend to neural net example

  • Ralf Schlatterbeck Ralf Schlatterbeck committed [128057] on Code

    Compute evaluation function in numpy

  • Ralf Schlatterbeck Ralf Schlatterbeck committed [0d2244] on Code

    Fix tests; fix ImportError

  • Ralf Schlatterbeck Ralf Schlatterbeck committed [87ee4b] on Code

    Fix version computation

  • Ralf Schlatterbeck Ralf Schlatterbeck committed [705fc2] on Code

    Add pyproject.toml

  • Ralf Schlatterbeck Ralf Schlatterbeck committed [3f1ddf] on Code

    Add Note on MPI exceptions to README

  • Ralf Schlatterbeck Ralf Schlatterbeck committed [7dc1c6] on Code

    Add 'maximize' getter returning PGAGetOptDirFlag

  • Ralf Schlatterbeck Ralf Schlatterbeck committed [85294b] on Code

    Add a module directory

  • Ralf Schlatterbeck Ralf Schlatterbeck committed [0e927d] on Code

    Add forgotten README

  • Ralf Schlatterbeck committed [b51d17] on Code

    Include all examples, switch to setuptools

  • Ralf Schlatterbeck committed [dd9e21] on Code

    Merge branch 'tests'

  • Ralf Schlatterbeck committed [7ae1c8] on Code

    Pre-release README update

  • Ralf Schlatterbeck committed [400499] on Code

    Latest version pgapack

  • Ralf Schlatterbeck committed [052883] on Code

    Add chaching to magic_square

  • Ralf Schlatterbeck committed [b7dc3b] on Code

    Add test of TSP with fixed edge

  • Ralf Schlatterbeck committed [312fd2] on Code

    Bug-fix, example, and test custom hashing

  • Ralf Schlatterbeck committed [dc993b] on Code

    Add forgotten test files

  • Ralf Schlatterbeck committed [cbc141] on Code

    Test reference_points

  • Ralf Schlatterbeck committed [da319d] on Code

    Test pga.das_dennis

  • Ralf Schlatterbeck committed [9f62d1] on Code

    Test reference directions for nsgaiii

  • Ralf Schlatterbeck committed [643db1] on Code

    Fix string printing

  • Ralf Schlatterbeck committed [d0ea84] on Code

    Test setting int mutation_type

  • Ralf Schlatterbeck committed [5bac16] on Code

    Add check_allele tests

  • Ralf Schlatterbeck committed [84a55c] on Code

    Test evaluate

  • Ralf Schlatterbeck committed [b4e1c6] on Code

    Test print_context

  • Ralf Schlatterbeck committed [a6288e] on Code

    Add gene_distance euclidian_distance example+test

  • Ralf Schlatterbeck committed [fa4854] on Code

    Test for binary print_string

  • Ralf Schlatterbeck committed [99a16e] on Code

    Fix character alleles

  • Ralf Schlatterbeck committed [53c418] on Code

    Factor set_file for print_string

  • Ralf Schlatterbeck committed [d5ebc7] on Code

    Test binary/gray-code methods

  • Ralf Schlatterbeck committed [16ec23] on Code

    Test for missing eval function

  • Ralf Schlatterbeck committed [d97456] on Code

    Test get_allele/set_allele

  • Ralf Schlatterbeck committed [ba9a99] on Code

    Refactor error_occurred

  • Ralf Schlatterbeck committed [276e27] on Code

    Test constructor parameters

  • Ralf Schlatterbeck committed [ef36a7] on Code

    Fix check for DATATYPE_CHARACTER

  • Ralf Schlatterbeck committed [d0c41c] on Code

    Get rid of rsclib dependency, conditional skips

  • Ralf Schlatterbeck committed [c84086] on Code

    Small fix to code coverage docs

  • Ralf Schlatterbeck committed [874af4] on Code

    Make tests run under MPI

  • Ralf Schlatterbeck committed [4c160d] on Code

    Use macros for error messages

  • Ralf Schlatterbeck committed [c03983] on Code

    Add tests for getters/setters

  • Ralf Schlatterbeck committed [cd2f62] on Code

    Genetic programming tests

  • Ralf Schlatterbeck committed [4300a1] on Code

    Add some TSP tests

  • Ralf Schlatterbeck committed [dc2111] on Code

    Bug-fix: Remove freed context from context dict

  • Ralf Schlatterbeck committed [aaf1e8] on Code

    Test for all top-level examples

  • Ralf Schlatterbeck committed [b65bec] on Code

    Some robustness changes + assertions

  • Ralf Schlatterbeck committed [ea7787] on Code

    Test the first bunch of examples

  • Ralf Schlatterbeck committed [d5955d] on Code

    Add output file

  • Ralf Schlatterbeck committed [28f478] on Code

    Document testing + coverage testing

  • Ralf Schlatterbeck committed [69435d] on Code

    Add MPI_Init/MPI_Finalize

  • Ralf Schlatterbeck committed [60c0da]

    Merge branch 'userdefined'

  • Ralf Schlatterbeck committed [53b3f0]

    Fix warning of undefined variable

  • Ralf Schlatterbeck committed [c85c01]

    Update README for new version

  • Ralf Schlatterbeck committed [8fcc50]

    Update hash function

  • Ralf Schlatterbeck committed [53d5d7]

    Rename gene_difference to gene_distance

  • Ralf Schlatterbeck committed [1f044a]

    Add description of genetic programming

  • Ralf Schlatterbeck committed [7459cd]

    Implement hash function for dupe checking

  • Ralf Schlatterbeck committed [58262a]

    First version of multi-objective optimization

  • Ralf Schlatterbeck committed [7c3f6c]

    Example of symbolic integration

  • Ralf Schlatterbeck committed [31afdb]

    Add min-change option

  • Ralf Schlatterbeck committed [57db44]

    Implement random with weakref

  • Ralf Schlatterbeck committed [580cc2]

    Do explicit MPI_Init/MPI_Finalize

  • Ralf Schlatterbeck committed [572a8f]

    Bugfix use PyBytes_AsString

  • Ralf Schlatterbeck committed [a99770]

    Implement chrom_free; Add getter for mpi rank

  • Ralf Schlatterbeck committed [1388fe]

    Fix backward-compat defines

  • Ralf Schlatterbeck committed [ec7528]

    First prototype of user-defined datatypes

  • Ralf Schlatterbeck committed [3c0ed5]

    Update README for release

  • Ralf Schlatterbeck committed [07deb0]

    Add more checks if an error has occurred

  • Ralf Schlatterbeck committed [5d0bb4]

    Merge branch 'epsilon'

  • Ralf Schlatterbeck committed [8e3f4e]

    Update README.rst

  • Ralf Schlatterbeck committed [bfd682]

    Fix type of multi_obj_precision setter

  • Ralf Schlatterbeck committed [09ece1]

    Epsilon-constrained optimization

  • Ralf Schlatterbeck committed [a9250a]

    Use pgapack from master branch

  • Ralf Schlatterbeck committed [2b6c21]

    Merge branch 'sequence_crossover'

  • Ralf Schlatterbeck committed [49aee0]

    Slight changes to tsp

  • Ralf Schlatterbeck committed [d99977]

    Display tour-length w/o fixed edge for linhp318

  • Ralf Schlatterbeck committed [ea95cb]

    Another fix that produced invalid tours

  • Ralf Schlatterbeck committed [61a1ba]

    Allow only LK-OP; Dupe-checking, checkout cache

  • Ralf Schlatterbeck committed [ead044]

    Implement Lin/Kernighan special cases

  • Ralf Schlatterbeck committed [8f45bf]

    Better tours for L&K; debug output

  • Ralf Schlatterbeck committed [3a4e37]

    First (somewhat) working version

  • Ralf Schlatterbeck committed [9a9078]

    Fix recursion (only levels 1 and 2)

  • Ralf Schlatterbeck committed [5933a4]

    Data structures should be ok now

  • Ralf Schlatterbeck committed [5726fc]

    Better working lk op not finished

  • Ralf Schlatterbeck committed [4dac85]

    First steps of lin-kernighan heuristic

  • Ralf Schlatterbeck committed [79cb9c]

    Add coloring of top k% longest edges

  • Ralf Schlatterbeck committed [dcf3cb]

    Fix signature of or_op

  • Ralf Schlatterbeck committed [c9ddf3]

    Tours for gr120

  • Ralf Schlatterbeck committed [4f50c1]

    Heuristics for long edges

  • Ralf Schlatterbeck committed [32d332]

    Wrap PGAGetWorstIndex

  • Ralf Schlatterbeck committed [dd9d9a]

    Factor or_op/two_op

1 >