Code: https://github.com/d6y/CGP.jl (forked version primary to correct gene representation)
Enviroment:
- ALE 0.51
- Julia 0.6.4
Parameters:
- Output 0.6
| trait Debuggable { | |
| fn debug(self) -> Self; | |
| } | |
| impl<T> Debuggable for T | |
| where | |
| T: Sized + std::fmt::Debug, | |
| { | |
| fn debug(self) -> Self { | |
| dbg!(self) |
| trait Debuggable { | |
| fn debug(self) -> Self | |
| where | |
| Self: Sized + std::fmt::Debug, | |
| { | |
| dbg!(self) | |
| } | |
| } | |
| impl<T> Debuggable for T {} |
| // Override the default LocalDateTime formatting | |
| // (the default splits out each date.time element as a seperate field: hour, minute, day, etc) | |
| def newInstance(url: String): Pusher = { | |
| import com.google.gson._ | |
| import java.lang.reflect.Type | |
| val localDateTimeSerializer: JsonSerializer[LocalDateTime] = new JsonSerializer[LocalDateTime] { | |
| def serialize(src: LocalDateTime, typeOfSrc: Type, context: JsonSerializationContext): JsonElement = | |
| new JsonPrimitive(src.toString()) |
| ~/Developer/darn via C darn | |
| ❯ conda install -c conda-forge jupyterlab -y | |
| Collecting package metadata (current_repodata.json): done | |
| Solving environment: done | |
| ## Package Plan ## | |
| environment location: /Users/richard/opt/miniconda3/envs/darn | |
| added / updated specs: |
| Jan | Length | Difference | Additional daylight (seconds) | Length of day (hours) | |
|---|---|---|---|---|---|
| 01/01/2020 | 08:01:54 | 01:00 | 60.00 | 8.03 | |
| 02/01/2020 | 08:03:01 | 01:06 | 66.00 | 8.05 | |
| 03/01/2020 | 08:04:14 | 01:12 | 72.00 | 8.07 | |
| 04/01/2020 | 08:05:33 | 01:18 | 78.00 | 8.09 | |
| 05/01/2020 | 08:06:57 | 01:24 | 84.00 | 8.12 | |
| 06/01/2020 | 08:08:27 | 01:29 | 89.00 | 8.14 | |
| 07/01/2020 | 08:10:02 | 01:35 | 95.00 | 8.17 | |
| 08/01/2020 | 08:11:43 | 01:40 | 100.00 | 8.20 | |
| 09/01/2020 | 08:13:28 | 01:45 | 105.00 | 8.22 |
| ******************************************************************************* | |
| * irace: An implementation in R of Iterated Race | |
| * Version: 3.1.2112M | |
| * Copyright (C) 2010-2018 | |
| * Manuel Lopez-Ibanez <manuel.lopez-ibanez@manchester.ac.uk> | |
| * Jeremie Dubois-Lacoste | |
| * Leslie Perez Caceres <leslie.perez.caceres@ulb.ac.be> | |
| * | |
| * This is free software, and you are welcome to redistribute it under certain | |
| * conditions. See the GNU General Public License for details. There is NO |
| ## This is an example of specifying instances with a file. | |
| # Each line is an instance relative to trainInstancesDir | |
| # (see scenario.txt.tmpl) and an optional sequence of instance-specific | |
| # parameters that will be passed to target-runnerx when invoked on that | |
| # instance. | |
| # Empty lines and comments are ignored. | |
| experiments/atari.jl --id frostbite |
| CGP.jl (julia_v0.7 *)$ julia --project=. run_tests.jl | |
| [ Info: Chromosome tests | |
| CGPChromo | |
| ┌ Warning: `rand(dims::Dims)` is deprecated, use `rand(Float64, dims)` instead. | |
| │ caller = macro expansion at chromosome.jl:14 [inlined] | |
| └ @ Core ~/Developer/evolution/cga/forked/CGP.jl/test/chromosome.jl:14 | |
| ┌ Warning: `a::Number + b::AbstractArray` is deprecated, use `a .+ b` instead. | |
| │ caller = + at operators.jl:502 [inlined] | |
| └ @ Core ./operators.jl:502 | |
| PCGPChromo |
Code: https://github.com/d6y/CGP.jl (forked version primary to correct gene representation)
Enviroment:
Parameters:
| tmp$ git clone git@github.com:d6y/aws-gateway-mapping-playground.git | |
| Cloning into 'aws-gateway-mapping-playground'... | |
| remote: Counting objects: 22, done. | |
| remote: Total 22 (delta 0), reused 0 (delta 0), pack-reused 22 | |
| Receiving objects: 100% (22/22), 8.71 KiB | 4.36 MiB/s, done. | |
| Resolving deltas: 100% (1/1), done. | |
| tmp$ cd aws-gateway-mapping-playground/ | |
| aws-gateway-mapping-playground (master)$ sbt | |
| [info] Updated file /Users/richard/Developer/tmp/aws-gateway-mapping-playground/project/build.properties: set sbt.version to 1.1.6 | |
| [info] Loading settings from idea.sbt,sbt-updates.sbt,sonatype.sbt ... |