public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Lukasz Grabun <grabek@acn.waw.pl>
To: gsl-discuss@sources.redhat.com
Subject: Optimization in GSL
Date: Wed, 30 Oct 2002 13:05:00 -0000	[thread overview]
Message-ID: <20021031195015.GA12370@acn.waw.pl> (raw)

OK, that's a big one. Is there a support for quadratic optimization in
GSL? I've browsed the documentation and then read it rather carefully
but I just could not find any routines that would solve something like

f(x) = \sum_{s,i} (x_{s,i}^2 - a_{s,i})^2 subject to constraints

x_{s,i} >= 0;
\sum_s x_{s,i} = 1;

It's very simple problem thought due to number of variables one can
not solve this manually. I though I can use computer for this purpose.
Did anyone happen to know how one can use GSL to solve such a problem?

-- 
Lukasz Grabun

             reply	other threads:[~2002-10-30 19:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-30 13:05 Lukasz Grabun [this message]
2002-10-30 13:17 ` Lukasz Grabun

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021031195015.GA12370@acn.waw.pl \
    --to=grabek@acn.waw.pl \
    --cc=gsl-discuss@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).