Difference between revisions of "DOCK GA Development Goals"

From Rizzo_Lab
Jump to: navigation, search
(To Do List)
(To Do List)
Line 29: Line 29:
 
#bring in new parents based on convergence
 
#bring in new parents based on convergence
 
#Mutations-
 
#Mutations-
#adaptive mutation rate
+
##adaptive mutation rate
#pick location of mutation based on something
+
##pick location of mutation based on something
#pick mutation type based on behavior of esemble
+
##pick mutation type based on behavior of ensemble
 
##too large boost deletion
 
##too large boost deletion
#too small more add
+
##too small more add
#change ...boost replace/sub
+
##change ...boost replace/sub
#mutation type selection based on probability vs ensemble
+
##mutation type selection based on probability vs ensemble
#complete x # y mutation so far so less prevalent etc
+
##complete x # y mutation so far so less prevalent etc
 
#3 layer subs do no work so don't do them
 
#3 layer subs do no work so don't do them
 
#replace > 1 segment
 
#replace > 1 segment
 
#fitness-
 
#fitness-
#turn on and off niching adaptive/extinction
+
##turn on and off niching adaptive/extinction
#reduce boost of fragments and all poor mols with niching
+
##reduce boost of fragments and all poor mols with niching
#pareto/mulitobjective ga
+
##pareto/mulitobjective ga
 
#selection-
 
#selection-
#metropolis selection for tournament/roulette
+
##metropolis selection for tournament/roulette
#adaptive keep #p and #o
+
##adaptive keep #p and #o
 
#extinction-  
 
#extinction-  
#automated vs on convergence
+
##automated vs on convergence
 
#stop-
 
#stop-
#convergence
+
##convergence
 
#which molecules are best-
 
#which molecules are best-
#best first pruning - now uses descriptor score even if niching ned to delta to fitness/niching when used
+
##best first pruning - now uses descriptor score even if niching ned to delta to fitness/niching when used

Revision as of 10:24, 13 May 2019

Tasks src Owner Complete?
Fix bug that collapsed atom coordinates everywhere? nowhere? everyone No
Added Delimeter header conf_gen_ga LEP Yes
Fix xover only feature conf_gen_ga LEP Yes
Put in error messages for mut_rate > 1 conf_gen_ga LEP Yes
Manual user-defined mutation type conf_gen_ga LEP Yes
Remove check only option conf_gen_ga LEP Yes



To Do List

  1. -xover (guided based on score) - Good v Good ; Bad v Good ; Bad v Bad
  2. nonexhaustive xover (pick subset of xover based on probability)
  3. 2-3 point xover at once
  4. adaptive maintenance ensemble based on ensemble convergence
  5. bring in new parents based on convergence
  6. Mutations-
    1. adaptive mutation rate
    2. pick location of mutation based on something
    3. pick mutation type based on behavior of ensemble
    4. too large boost deletion
    5. too small more add
    6. change ...boost replace/sub
    7. mutation type selection based on probability vs ensemble
    8. complete x # y mutation so far so less prevalent etc
  7. 3 layer subs do no work so don't do them
  8. replace > 1 segment
  9. fitness-
    1. turn on and off niching adaptive/extinction
    2. reduce boost of fragments and all poor mols with niching
    3. pareto/mulitobjective ga
  10. selection-
    1. metropolis selection for tournament/roulette
    2. adaptive keep #p and #o
  11. extinction-
    1. automated vs on convergence
  12. stop-
    1. convergence
  13. which molecules are best-
    1. best first pruning - now uses descriptor score even if niching ned to delta to fitness/niching when used