Next topic

mmf.async.logger

This Page

mmf.async.example

Problem(*varargin, **kwargs) Simple little problem.
go_trivial() Here is a trivial way of using this object.

Inheritance diagram for mmf.async.example:

Inheritance diagram of mmf.async.example

This file shows how to start a computation server.

Just run this at the python prompt...

class mmf.async.example.Problem(*varargin, **kwargs)[source]

Bases: mmf.objects.StateVars

Simple little problem. Takes a function f, and slowly converges to a straight line between the endpoints a and b.

Problem(a=1,
        b=2,
        abs_tol=1e-05,
        f=None,
        verbosity=1,
        idict=NoCopy({}))

Attributes

mmf.async.example.go_trivial()[source]

Here is a trivial way of using this object.