Zhangyanbo / diffusion-evolution

Diffusion model derived evolutionary algorithm
Apache License 2.0
70 stars 5 forks source link

Using diffevo for black-box optimisation. #2

Open norsedrunkensailor opened 4 hours ago

norsedrunkensailor commented 4 hours ago

Hellooo,

Love this work and would love to apply it on some other data where there is not a closed form expression for the fitness function but I can evaluate a black-box function. How would you perform just a single loop to then gather more data for the next iteration? Somehow linking a continuous latent space x (learned representation) with a fitness y.

Is this even possible with your method?

All the best, NDS