gemseo / post

som module

Self Organizing Maps plots to display high dimensional design spaces

class gemseo.post.som.SOM(opt_problem)[source]

Bases: gemseo.post.opt_post_processor.OptPostProcessor

The SOM post processing perform a self organizing map clustering on optimization history

Options of the plot method are the figure width and height, and the x- and y- number of cells in the SOM. It is also possible either to save the plot, to show the plot or both.

Constructor

:param opt_problem : the optimization problem to run