Activity for Jade

  • Alessio Alessio committed [r372]

    EXP

  • Alessio Alessio committed [r371]

    EXP

  • Alessio Alessio committed [r370]

    EXP - surely, you must be joking

  • Alessio Alessio committed [r369]

    EXP - from 50% to 80% probability of not have a meta-gene right before an exon

  • Alessio Alessio committed [r368]

    EXP - right now the probability of no-meta / 0-meta / 1-meta was the same. Experimenting a bit with modifying it

  • Alessio Alessio committed [r367]

    Still cleaning up jade.env.PatternTracking

  • Alessio Alessio committed [r366]

    Getting jade.env.PatternTracking ready for experiments

  • Alessio Alessio committed [r365]

    EXP - comparing DGA to FGA / FGA-named / SGA as part of baseline for cyclicpatterntracking

  • Alessio Alessio committed [r364]

    Implementing DGA

  • Alessio Alessio committed [r363]

    Getting the DGA package started as a copy of FGA

  • Alessio Alessio committed [r362]

    EXP - tuned a bit the parameters of the baseline experiments on cyclic pattern tracking with FGA, FGA-naked, and SGA so that the latter would be able to find the first optimum. Results show that SGA beats both versions of FGA to the first optimum, but is then unable to keep tracking the new optima. As expected, FGA beat both SGA and FGA-naked. Reproduction of previous results successful.

  • Alessio Alessio committed [r361]

    REFACTORING - This code was no longer used since we now handle all parameters setting in the CfgParser via meta-programming

  • Alessio Alessio committed [r360]

    REFACTORING - just cleaning up things a bit

  • Alessio Alessio committed [r359]

    EXP - ICTAI97 paper suggests values for mirroring and folding that are way below what we used here; i.e. 0.001 vs. 0.05 and 0.01. We tried these values and it lead to FGA baseline performance to finally beat the SGA. The FGA now also converges slightly faster than the FGA-naked version that did not use mirroring or folding. Et voila! :)

  • Alessio Alessio committed [r358]

    EXP - uncommenting. The previous experiments showed that setting the rates to 0 indeed works

  • Alessio Alessio committed [r357]

    EXP - trying to comment out both folding and mirroring

  • Alessio Alessio committed [r356]

    experimenting - deactivating folding the hard way just to make sure we eliminate any side effects when comparing

  • Alessio Alessio committed [r355]

    refactoring - keep separate the bogus gene expression just in case we need it later for debugging purposes

  • Alessio Alessio committed [r354]

  • Alessio Alessio committed [r353]

    Still not working; the FGA without any specific operators slightly outperform the SGA after the first epoch but when turning on mirroring and folding the FGA performance is crappy. Anyhow, here are the cfg files used for these experiments.

  • Alessio Alessio committed [r352]

    Still working on fixing the folding operator

  • Alessio Alessio committed [r351]

    Observed big differences between previous baseline results and this new version; tracked it down to bad implementations of the folding operator and, more specifically, its neutrality

  • Alessio Alessio committed [r350]

    Forgot to put back the mirroring and folding in evolve

  • Alessio Alessio committed [r349]

    ktSelect replaces recruitment and selection

  • Alessio Alessio committed [r348]

    Replacing selection and recruitment by ktSelect

  • Alessio Alessio committed [r347]

    Starting the merging of selection and recruitment in jade.ga.Algo

  • Alessio Alessio committed [r346]

    BUG FIX

  • Alessio Alessio committed [r345]

    BUG FIX sneaky bug preventing the Statistic objects to be given proper references to cfg and pop fields from Statistics

  • Alessio Alessio committed [r344]

    updating cfg

  • Alessio Alessio committed [r343]

    Implementing FGA

  • Alessio Alessio committed [r342]

    The cfg file that goes with the previous commit

  • Alessio Alessio committed [r341]

    Removing default class-level fields' initializations in jade.ga.Config

  • Alessio Alessio committed [r340]

    Default for seed value is 0 and should trigger a time-based randomization

  • Alessio Alessio committed [r339]

    readme.txt file for this branch never got committed

  • Alessio Alessio committed [r338]

    Fields marked as @ExperimentParameter should not be initialized outside constructors; this led to bugs fixed in previous commits. They should not either be initialized in the constructor since super() now ends up triggering the load() in CfgParser. Trying to initialize them after this does not result in a "default" value assigned in the absence of values in the cfg file, it instead results in overwriting any configuration via the cfg file by these initialization values. Another bug that was h...

  • Alessio Alessio committed [r337]

    updated the cfg file so we may test jade.fga. WARNING make sure to always use jade.fga.Config when using jade.fga.Algo

  • Alessio Alessio committed [r336]

    Fixing lil problem with the reification process in Run.

  • Alessio Alessio committed [r335]

    Placeholder implementation of FGA

  • Alessio Alessio committed [r334]

    updated the cfg for the test experiment so that it actually runs for 1000 generations. Tested by comparing bst.exp to results.sum; the jade stats and the ones resulting from dumping ECJSimpleStats and then analyzing them with the exp-analyze.sh script are the same. woohoo.

  • Alessio Alessio committed [r333]

    well that was stupid...

  • Alessio Alessio committed [r332]

    ECJSimpleStats implemented to produce the results.all directly

  • Alessio Alessio committed [r331]

    oops taking that back; jade.stats.ECJSimpleStats will provide us with the results.all directly

  • Alessio Alessio committed [r330]

    Configuring exp-analyze.sh to expect the output of jade.stats.ECJSimpleStats to be a bunch of job-XXX.out.stat.bstonly files

  • Alessio Alessio committed [r329]

    Adding jade.stats.ECJSimpleStats as a copy of BstStat to start off with

  • Alessio Alessio committed [r328]

    adding scripts used with ECJ and adapting them. Not yet tested since we have not added ECJShortStatistics in Jade.stats

  • Alessio Alessio committed [r327]

    Spring refactoring in preparation for FGA vs. McEA experiments

  • Alessio Alessio committed [r326]

    Removing debugging System.out.println

  • Alessio Alessio committed [r325]

    Integrating branch ITSP-2014-Davis improvements...

  • Alessio Alessio committed [r324]

    Moving Paul Burton ITSP work from the trunk to ...

  • Paul Burton Paul Burton committed [r323]

    US701 Broker verify garbage collection

  • Paul Burton Paul Burton committed [r322]

    US507.2 Broker Load Genotypes

  • Paul Burton Paul Burton committed [r321]

    US507.2 Load Genotypes Experiment

  • Paul Burton Paul Burton committed [r320]

    US507.1 Broker Save Genotypes

  • Paul Burton Paul Burton committed [r319]

    US507.1 Save Genotypes Experiment

  • Paul Burton Paul Burton committed [r318]

    US506.2 Broker Load Student Data

  • Paul Burton Paul Burton committed [r317]

    US506.2 Load Student Data Experiment

  • Paul Burton Paul Burton committed [r316]

    US506.1 Broker Saving Student Data

  • Paul Burton Paul Burton committed [r315]

    US506.1 Saving Student Data Experiment

  • Paul Burton Paul Burton committed [r314]

    US504 Broker Display Summary Data

  • Paul Burton Paul Burton committed [r313]

    US504 Display Summary Data Experiment

  • Paul Burton Paul Burton committed [r312]

    US503 Broker Genotype Records

  • Paul Burton Paul Burton committed [r311]

    US503 Genotype Records Experiment

  • Paul Burton Paul Burton committed [r310]

    US502 PSI Keep Student records

  • Paul Burton Paul Burton committed [r309]

    US502 Broker Keep Student Records

  • Paul Burton Paul Burton committed [r308]

    US502 Keep Student Records Experiment

  • Paul Burton Paul Burton committed [r307]

    US501 PSI Identify Genotypes

  • Paul Burton Paul Burton committed [r306]

    US501 Broker Identify Genotypes

  • Paul Burton Paul Burton committed [r305]

    US501 Identify Genotypes Experiment

  • Paul Burton Paul Burton committed [r304]

    US500.2 PSI Identify Students

  • Paul Burton Paul Burton committed [r303]

    US500.2 Broker Identify Students

  • Paul Burton Paul Burton committed [r302]

    US500.2 Identify Students Experiment

  • Paul Burton Paul Burton committed [r301]

    US500.1 PSI Get Student ID

  • Paul Burton Paul Burton committed [r300]

    US500.1 Broker Get Student ID

  • Paul Burton Paul Burton committed [r299]

    US500.1 Get Student ID Experiment

  • Paul Burton Paul Burton committed [r298]

    US405 PSI Feedback to Users

  • Paul Burton Paul Burton committed [r297]

    US405 Feedback to Users Experiment

  • Paul Burton Paul Burton committed [r296]

    US404 PSI Applying Transforms

  • Paul Burton Paul Burton committed [r295]

    US404 Broker Applying Transforms

  • Paul Burton Paul Burton committed [r294]

    US404 Applying Transforms Experiment

  • Paul Burton Paul Burton committed [r293]

    US403 Broker Model Transforms and answers key

  • Paul Burton Paul Burton committed [r292]

    US403 Broker Model Transforms

  • Paul Burton Paul Burton committed [r291]

    US403 Model Transforms Experiment folder

  • Paul Burton Paul Burton committed [r290]

    US401 PSI Checking for Correct Order

  • Paul Burton Paul Burton committed [r289]

    Broker consolidating common files in the broker

  • Paul Burton Paul Burton committed [r288]

    US401 Checking for Correct Order Experiment

  • Paul Burton Paul Burton committed [r287]

    US400 PSI Show Puzzle to user

  • Paul Burton Paul Burton committed [r286]

    US400 Broker Show Puzzle to user

  • Paul Burton Paul Burton committed [r285]

    US400 Show Puzzle to user

  • Paul Burton Paul Burton committed [r284]

    US311 PSI Puzzle in PSI

  • Paul Burton Paul Burton committed [r283]

    US311 Broker Puzzle in PSI

  • Paul Burton Paul Burton committed [r282]

    US311 Puzzle in PSI Experiment

  • Paul Burton Paul Burton committed [r281]

    US306.2 Broker reduced evaluation number for te...

  • Paul Burton Paul Burton committed [r280]

    US306.2 Add Author Experiment

  • Paul Burton Paul Burton committed [r279]

    Broker Fix Multiples

  • Paul Burton Paul Burton committed [r278]

    Fix Multiples Experiment

  • Paul Burton Paul Burton committed [r277]

    US310 Broker EA initialized from Broker

  • Paul Burton Paul Burton committed [r276]

    US310 Jade EA Initialzed from Broker

  • Paul Burton Paul Burton committed [r275]

    US310 EA initialize from Broker Experiment

  • Paul Burton Paul Burton committed [r274]

    US309 PSI Real ParsonsPuzzle

  • Paul Burton Paul Burton committed [r273]

    US309 Broker Real ParsonsPuzzle

1 >