Autoresearch for SAT Solvers
31–38 of 38 posts
Re: Autoresearch for SAT Solvers
#32It is parameter tuning. We have been doing it for centuries.
Re: Autoresearch for SAT Solvers
#33I don't understand why autoresearch is presented as a new thing. It is parameter tuning. We have been doing it for centuries.
Re: Autoresearch for SAT Solvers
#34One problem here is it's very easy to overtune to a past problem set -- even accidentally. You can often significantly improve performance just by changing your random number generator seed until you happen to pick the right assignment for the first few variables of some of the harder problems. It would be interesting to take the resulting solver and apply it to an unknown data set.
Re: Autoresearch for SAT Solvers
#35[dead]
Re: Autoresearch for SAT Solvers
#36[dead]
Re: Autoresearch for SAT Solvers
#37I don't understand why autoresearch is presented as a new thing. It is parameter tuning. We have been doing it for centuries.
sure. in the limit, everything is parameter tuning. with large enough NP-hard problems, the complexity of the search space is big enough that its infeasible to get to a better state by just tuning params in any reasonable amount of time.
The big commercial solvers basically are very good at picking up structures and selecting the tuning parameters that work better for specific problem types.