Skip to content

Does QUBO solver use one network by default? #234

Answered by tim-shea
nnbtam asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, the QUBO solver uses a single SNN.

The structure of that SNN is one layer of spiking neurons with recurrent connections.

The solver iteratively finds better and better solutions, keeping track of the best solution found so far. This message is printed whenever the current solution improves on the previous best.

If you try running a larger problem of perhaps 50 - 100 variables, set the target_cost to -100, and set the timesteps to 1000 or so, you should see this message come up multiple times, getting incrementally better each time.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by nnbtam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants