optim_results

class nrv.optim.optim_utils.optim_results(context=None)[source]

Attributes

Methods

optim_results.__init__([context])

Init method for NRV_class

optim_results.add_filter(part_filter)

optim_results.clear()

optim_results.compute_best_pos(...)

optim_results.copy()

optim_results.findbestpart([decimals, ...])

optim_results.fromkeys([value])

Create a new dictionary with keys from iterable and values set to value.

optim_results.get(key[, default])

Return the value for key if key is in the dictionary, else default.

optim_results.get_parameters()

Generic method returning all the atributes of an NRV_class instance

optim_results.is_stabilized(part, it[, ...])

optim_results.items()

optim_results.keys()

optim_results.load(data[, blacklist])

Generic loading method for NRV_class instance

optim_results.plot_cost_history(ax[, ...])

optim_results.pop(k[,d])

If the key is not found, return the default if given; otherwise, raise a KeyError.

optim_results.popitem()

Remove and return a (key, value) pair as a 2-tuple.

optim_results.remove_key([keys_to_remove, ...])

Remove a key or a list of keys from the results

optim_results.save([save, fname, blacklist])

Generic saving method for NRV_class instance.

optim_results.set_parameters(**kawrgs)

Generic method to set any attribute of NRV_class instance

optim_results.setdefault(key[, default])

Insert key with a value of default if key is not in the dictionary.

optim_results.stabilization_it([parts, nit, ...])

optim_results.update(_NRV_results__m, **kwargs)

overload of dict update method to update both attibute and items

optim_results.values()