yoyoyo1991 / 000

0 stars 0 forks source link

Smart sampling #27

Open yoyoyo1991 opened 7 years ago

yoyoyo1991 commented 7 years ago

genetic algorithms simulated annealing tabu search colony optimization particle swarm optimization

bayies optimization

yoyoyo1991 commented 7 years ago

update of smart sampling method:

  1. from Toufik´s thesis, the calculation of density function and find the local minimum value of the point in the density function (How about the high dimensionality of the density function?) -->comment: this method don´t consider the precision of the meta model

  2. other sampling method in the state of art: 2.1 adaboost method 2.2 random sampling these sampling method can both add the shell of genetic algorithm for the genetic algorithm, the construction of fitness function is of significance. refer the SAOpaper.