From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3548 invoked by alias); 18 Nov 2001 14:54:07 -0000 Mailing-List: contact gsl-discuss-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gsl-discuss-owner@sources.redhat.com Received: (qmail 3536 invoked from network); 18 Nov 2001 14:54:06 -0000 Received: from unknown (HELO sys713.kaist.ac.kr) (143.248.51.23) by sourceware.cygnus.com with SMTP; 18 Nov 2001 14:54:06 -0000 Received: (qmail 618 invoked from network); 18 Nov 2001 14:50:14 -0000 Received: from casad13.kaist.ac.kr (HELO sys713.kaist.ac.kr) (143.248.59.74) by 0 with SMTP; 18 Nov 2001 14:50:14 -0000 Message-ID: <3BF7CB71.6070107@sys713.kaist.ac.kr> Date: Thu, 15 Nov 2001 16:26:00 -0000 From: "Dan, Ho-Jin" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.5) Gecko/20011012 X-Accept-Language: ko, en-us MIME-Version: 1.0 To: gsl-discuss@sources.redhat.com Subject: Re: gsl optimization routines References: <3BF64CAE.6040900@sys713.kaist.ac.kr> <15350.54550.106860.342528@debian> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2001-q4/txt/msg00038.txt.bz2 Message-ID: <20011115162600.aGdwN6wZcHA_gIDqhjxXL827VJauA4BRNh0Sq6lVQ0Q@z> Okay, I'll figure out the gsl stucture, check reusable functions and survey recently published papers. First of all, nonlinear programming(NP) will be focused on with a dense storage(small to medium size problems), and, if needed, linear programming(LP) will be implemented. actually, I am not interested in LP since the research area of mine is the structural optimization. sincerely yours Brian Gough wrote: >Dan, Ho-Jin writes: > > Hi there, I installed the gsl library and found that there are > > missing features of the optimization, i.e., It can't handle the >An important step is to see if there is an interface which can support >a large class of algorithms as in the multifit/ and multmin/ >directories. I wrote some notes in the document doc/gsl-design.texi >which might be helpful there. > >best regards, > >Brian Gough > >