{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":23811329,"defaultBranch":"master","name":"Evolutionary.jl","ownerLogin":"wildart","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-09-08T22:48:20.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/38350?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1685549000.1545322","currentOid":""},"activityList":{"items":[{"before":null,"after":"b388c2cb2a63375a96671821f658ef4a4a8d415a","ref":"refs/heads/es-default-fix","pushedAt":"2023-05-31T16:03:20.154Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"wildart","name":"Art","path":"/wildart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38350?s=80&v=4"},"commit":{"message":"ES: set default recombinations to `average` & fix mutation params","shortMessageHtmlLink":"ES: set default recombinations to average & fix mutation params"}},{"before":"8962963c29ec2581e5a384622bf48be0c6127543","after":"0f2da1a403af87d3851dcbde0f038196afb939e5","ref":"refs/heads/master","pushedAt":"2023-05-31T15:27:04.186Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wildart","name":"Art","path":"/wildart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38350?s=80&v=4"},"commit":{"message":"DE: Parallelization (#120)\n\n* added missing `rng` parameter\r\n\r\n* perform parallel evaluation\r\n\r\n* reduce memory allocation by caching offspring fitness","shortMessageHtmlLink":"DE: Parallelization (#120)"}},{"before":null,"after":"8270d1a2c56fb580c8a83b44af168e20826d0428","ref":"refs/heads/parallel-de","pushedAt":"2023-05-31T15:16:45.693Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"wildart","name":"Art","path":"/wildart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38350?s=80&v=4"},"commit":{"message":"reduce mem allocation by caching offspring fitness","shortMessageHtmlLink":"reduce mem allocation by caching offspring fitness"}},{"before":"d55f7569cb2b8e09c81756a5eccf9d0b87a04424","after":"8962963c29ec2581e5a384622bf48be0c6127543","ref":"refs/heads/master","pushedAt":"2023-05-30T19:53:05.997Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wildart","name":"Art","path":"/wildart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38350?s=80&v=4"},"commit":{"message":"correct minfit (#113)","shortMessageHtmlLink":"correct minfit (#113)"}},{"before":"f093c6621457bb1a5cbb2328471b9c7228102f73","after":"d55f7569cb2b8e09c81756a5eccf9d0b87a04424","ref":"refs/heads/master","pushedAt":"2023-05-30T18:03:18.166Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wildart","name":"Art","path":"/wildart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38350?s=80&v=4"},"commit":{"message":"Fix piracy of `contains` (#119)\n\nThis defines a private `contains` function to avoid piracy of `Base.contains`.","shortMessageHtmlLink":"Fix piracy of contains (#119)"}},{"before":"0fb343f1cdf8cf4ce0db9a83c0be7a507413ff59","after":null,"ref":"refs/heads/elitism","pushedAt":"2023-05-30T02:04:43.732Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"wildart","name":"Art","path":"/wildart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38350?s=80&v=4"}},{"before":"640c1ea3d0d7ac8046b4154e56b45271cff00988","after":"f093c6621457bb1a5cbb2328471b9c7228102f73","ref":"refs/heads/master","pushedAt":"2023-05-30T02:04:38.543Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wildart","name":"Art","path":"/wildart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38350?s=80&v=4"},"commit":{"message":"Fixing elitism (#117)\n\n* elite population is copied to offspring without changes\r\nfixed more errors\r\n\r\n* fixed `simplify!`","shortMessageHtmlLink":"Fixing elitism (#117)"}},{"before":"67f9cf65ecc7e238bc0455f5f52d04a2bc8f74f1","after":"0fb343f1cdf8cf4ce0db9a83c0be7a507413ff59","ref":"refs/heads/elitism","pushedAt":"2023-05-30T01:59:30.062Z","pushType":"push","commitsCount":1,"pusher":{"login":"wildart","name":"Art","path":"/wildart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38350?s=80&v=4"},"commit":{"message":"fixed `simplify!`","shortMessageHtmlLink":"fixed simplify!"}},{"before":null,"after":"67f9cf65ecc7e238bc0455f5f52d04a2bc8f74f1","ref":"refs/heads/elitism","pushedAt":"2023-05-30T00:16:24.542Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"wildart","name":"Art","path":"/wildart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38350?s=80&v=4"},"commit":{"message":"trying to capture info on an invalid expression","shortMessageHtmlLink":"trying to capture info on an invalid expression"}},{"before":"cf3f2fbf5e1be13d6f5db23eabe5dbfab4d5b688","after":"640c1ea3d0d7ac8046b4154e56b45271cff00988","ref":"refs/heads/master","pushedAt":"2023-05-27T22:46:05.675Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wildart","name":"Art","path":"/wildart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38350?s=80&v=4"},"commit":{"message":"Typo fixes (#114)\n\n* Update the docstring for the `TreeGP` constructor to reflect that `optimizer` is no longer a supported kwarg\r\n\r\n* Expand `tournament`, `GA` docstrings\r\n\r\n* Fix small typo\r\n\r\n* docs: corrected spelling of \"constant\" in TreeGP docstring\r\n\r\n* fix: grammar + typo in optimization trace desc.\r\n\r\n---------\r\n\r\nCo-authored-by: Dilum Aluthge \r\nCo-authored-by: Tim Holy \r\nCo-authored-by: Jonathan Law \r\nCo-authored-by: J. Nolan Faught ","shortMessageHtmlLink":"Typo fixes (#114)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADN_xAkwA","startCursor":null,"endCursor":null}},"title":"Activity ยท wildart/Evolutionary.jl"}