Ignore:
Timestamp:
08/02/09 21:14:05 (7 years ago)
Author:
altafang
Message:

Adding Newton-CG solver and making some edits to other solvers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/alta/mystic-0.1a2/mystic/anneal_solver.py

    r158 r160  
    4040Adapted for Mystic, 2009 
    4141""" 
     42 
     43__all__ = ['AnnealSolver','anneal'] 
    4244 
    4345# Mystic and numpy imports 
     
    200202    def __init__(self, dim): 
    201203        """ 
    202 Takes two initial inputs:  
     204Takes one initial input:  
    203205    dim  -- dimensionality of the problem 
    204206 
Note: See TracChangeset for help on using the changeset viewer.