octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #49545] Octave does not find files with functi


From: anonymous
Subject: [Octave-bug-tracker] [bug #49545] Octave does not find files with functions that it should
Date: Sat, 17 Dec 2016 20:34:27 -0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0

URL:
  <http://savannah.gnu.org/bugs/?49545>

                 Summary: Octave does not find files with functions that it
should
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Sun 06 Nov 2016 03:36:49 PM UTC
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Using Octave 4.0.0 on Linux Suse 13.1. Scripts that used to work with version
3.6 do not work anymore.

1. Files definition functions in the current path are not found. They are
found after adding the current path using addpath('.'). I have to do this
every time I start Octave.

2. When I run
...
  opt  = optimset();
  theta = fminunc(@costAndGradient, theta, opt);

I get the following error:

warning: optimget: unrecognized option: GradObj
warning: called from
    optimget at line 45 column 5
    fminunc at line 119 column 12
    neuralNet2 at line 14 column 9
warning: optimget: unrecognized option: FinDiffType
warning: optimget: unrecognized option: MaxIter
warning: optimget: unrecognized option: MaxFunEvals
warning: optimget: unrecognized option: OutputFcn
warning: optimget: unrecognized option: TypicalX
warning: optimget: unrecognized option: AutoScaling
warning: optimget: unrecognized option: FunValCheck
warning: optimget: unrecognized option: TolX
warning: optimget: unrecognized option: TolFun
error: 'cholupdate' undefined near line 209 column 14
error: called from
    fminunc at line 209 column 12
    neuralNet2 at line 14 column 9




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49545>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]