Remix.run Logo
spacemanspiff01 5 hours ago

This is really cool - I really like the beam search idea,

oinoom 5 hours ago | parent | next [-]

this is the first time ive heard of beam search. i would have reached for a genetic algorithm of some sort, although it seems like some stochastic versions of beam search exist to avoid local minima. i wonder if there are any good frameworks for building these that agents can construct and use.

dummydummy1234 4 hours ago | parent [-]

I think the question is how do you keep track of the ideas that the agent is pursuing - like I was working on this for implementing a fft, and doing the optimizations, but I held its hand and was like - hey let's go back and retry this older thing you discounted because of a 3 % slowdown.

kimjune01 3 hours ago | parent | prev [-]

beam search works when you have enumerable branches or some predefined dimension