Package Details: neuralview 1.5.0-1

Package Base: neuralview
Description: Neural Network simulator
Upstream URL: http://oproj.tuxfamily.org
Category: science
Licenses: LGPL
Submitter: Kknd
Maintainer: Kknd
Last Packager: None
Votes: 6
First Submitted: 2009-09-03 21:53
Last Updated: 2013-10-26 15:11

Dependencies (4)

Required by (0)

Sources

Latest Comments

Comment by Kknd

2013-03-30 13:54

Ops, fixed. Now I realize that I did not have released a lfann package with the SARPROP binding. It is fixed now, thanks!

Comment by test0

2013-03-28 23:28

Well, after some research, i've figured out that this error is because of trying to use SARPROP. There is no FANN_TRAIN_SARPROP binding in lfann.
Also the useful link was: http://leenissen.dk/fann/forum/viewtopic.php?t=390

Comment by test0

2013-03-28 23:03

I'm sorry, but another error here:

lua5.1: ./core/TrainingAlgorithm.lua:37: table index is nil
stack traceback:
./core/TrainingAlgorithm.lua:37: in main chunk
[C]: in function 'require'
./core/FannNetwork.lua:24: in main chunk
[C]: in function 'require'
./view/ProjectInfo.lua:25: in main chunk
[C]: in function 'require'
./view/MainMenu.lua:22: in main chunk
[C]: in function 'require'
./core/MainController.lua:40: in main chunk
[C]: in function 'require'
./MainApp.lua:29: in main chunk
[C]: ?

Comment by test0

2013-03-28 22:32

Kknd OK, thanks!

Comment by Kknd

2013-03-04 02:33

Hi, this new version does not uses GtkTable anymore. You can use it with the latest lgob now :)

Comment by test0

2012-06-20 17:28

Yep, you're right, thanks! As a temporary workaround - rebuilding manually lgob from AUR with version 11.10.1 worked.

Comment by Kknd

2012-06-20 00:29

GtkTable was deprecated in new Gtk versions, so I need to remove the gtk.Table usage.
Until then, using older versions of lgob (with Gtk 3) should work.

Comment by test0

2012-06-19 21:34

lua: ./view/ProjectInfo.lua:95: attempt to call method 'new' (a nil value)
stack traceback:
[C]: in function 'new'
./view/ProjectInfo.lua:95: in function 'build_gui'
./view/ProjectInfo.lua:34: in function 'new'
./view/MainMenu.lua:201: in function 'build_gui'
./view/MainMenu.lua:38: in function 'new'
./core/MainController.lua:53: in function 'new'
./MainApp.lua:40: in function 'new'
./MainApp.lua:53: in main chunk
[C]: ?

From code:
require('lgob.gtk')
for key,value in pairs(gtk.Table) do
print(key);
end

I've got only:
get_type