Goto

Collaborating Authors

 black box optimization



Para-CFlows: C k-universal Diffeomorphism Approximators as Superior Neural Surrogates

Neural Information Processing Systems

Therefore, beyond the distributional universality, it is also important to investigate the universality from the mapping perspective. As INNs are always invertible, it is natural to consider their approximation ability to diffeomorphisms.


Monte Carlo Tree Search based Space Transfer for Black Box Optimization

Neural Information Processing Systems

Bayesian optimization (BO) is a popular method for computationally expensive black-box optimization. However, traditional BO methods need to solve new problems from scratch, leading to slow convergence. Recent studies try to extend BO to a transfer learning setup to speed up the optimization, where search space transfer is one of the most promising approaches and has shown impressive performance on many tasks. However, existing search space transfer methods either lack an adaptive mechanism or are not flexible enough, making it difficult to efficiently identify promising search space during the optimization process. In this paper, we propose a search space transfer learning method based on Monte Carlo tree search (MCTS), called MCTS-transfer, to iteratively divide, select, and optimize in a learned subspace.


Black Box Optimization Using QUBO and the Cross Entropy Method

arXiv.org Artificial Intelligence

Black-box optimization (BBO) can be used to optimize functions whose analytic form is unknown. A common approach to realising BBO is to learn a surrogate model which approximates the target black-box function which can then be solved via white-box optimization methods. In this paper, we present our approach BOX-QUBO, where the surrogate model is a QUBO matrix. However, unlike in previous state-of-the-art approaches, this matrix is not trained entirely by regression, but mostly by classification between 'good' and 'bad' solutions. This better accounts for the low capacity of the QUBO matrix, resulting in significantly better solutions overall. We tested our approach against the state-of-the-art on four domains and in all of them BOX-QUBO showed better results. A second contribution of this paper is the idea to also solve white-box problems, i.e. problems which could be directly formulated as QUBO, by means of black-box optimization in order to reduce the size of the QUBOs to the information-theoretic minimum. Experiments show that this significantly improves the results for MAX-k-SAT.


[D] Simple to use library for black box optimization of neuronal network weights • r/MachineLearning

@machinelearnbot

I am trying to optimize an agent in a simple simulation. For now, I do not want the agent to take the current state into consideration. Instead, it should just react to the environment. My idea is to model the agent as a neuronal network. The simulation results in a score, which I want to maximize.