Multi-AI
  • multiml
Multi-AI
  • multiml.agent.basic.grid_search module
  • View page source

multiml.agent.basic.grid_search module

GridSearchAgent module.

class multiml.agent.basic.grid_search.GridSearchAgent(**kwargs)

Bases: RandomSearchAgent

Agent scanning all possible subtasks and hyper parameters.

__init__(**kwargs)

Initialize grid scan agent.

Parameters:

kwargs (dict) – arbitrary kwargs passed to RandomSearchAgent class.

execute()

Execute grid scan agent.


© Copyright 2020, ICEPP Computing Group.

Built with Sphinx using a theme provided by Read the Docs.