fragile.dataviz.plot_walkers#

Module Contents#

Classes#

PlotWalkers

The Walkers is a data structure that takes care of all the data involved in making a Swarm evolve.

class fragile.dataviz.plot_walkers.PlotWalkers(plot_scores=True, plot_diversities=True, plot_virtual_rewards=True, plot_norm_scores=True, plot_norm_diversities=True, plot_rewards=True, **kwargs)#

Bases: fragile.dataviz.stream_plots.PlotCallback

The Walkers is a data structure that takes care of all the data involved in making a Swarm evolve.

Parameters
  • plot_scores (bool) –

  • plot_diversities (bool) –

  • plot_virtual_rewards (bool) –

  • plot_norm_scores (bool) –

  • plot_norm_diversities (bool) –

  • plot_rewards (bool) –

name = plot_walkers#
send()#
panel()#