comp.lang.ada
 help / color / mirror / Atom feed
From: Jeffrey Carter <spam.jrcarter.not@spam.not.acm.org>
Subject: Re: "accessibility check failed" on Node
Date: Wed, 26 Jun 2013 16:58:01 -0700
Date: 2013-06-26T16:58:01-07:00	[thread overview]
Message-ID: <kqfusb$ooa$2@dont-email.me> (raw)
In-Reply-To: <kqfrrv$lsb$1@news2.open-news-network.org>

On 06/26/2013 04:01 PM, Thomas Schmidt wrote:
>
> I'm new to Ada. I'm trying to write some kind of neural net software. Therefore
> I've written a small library to implement the neural graph. All nodes are
> collected in a Hashed_Set. Neurons are specialized Nodes of the graph. To lookup
> a given Neuron/Node I need the following subprogram "findNode".

You'll probably continue to have trouble with Ada as long as you continue to use 
anonymous types, unnecessary access types, and un-Ada-like names such as 
Findnode (rather than Find_Node).

You could also save yourself a lot of work by using the package 
PragmARC.REM_Neural_Network_Wrapper. The PragmAda Reusable Components are 
available from pragmada.x10hosting.com.

-- 
Jeff Carter
"Unix and C are the ultimate computer viruses."
Richard Gabriel
99

  parent reply	other threads:[~2013-06-26 23:58 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-26 23:01 "accessibility check failed" on Node Thomas Schmidt
2013-06-26 23:45 ` Shark8
2013-06-26 23:58 ` Jeffrey Carter [this message]
2013-06-27  7:36 ` Georg Bauhaus
2013-06-27  7:49 ` Dmitry A. Kazakov
2013-06-27  8:24 ` Simon Wright
2013-06-27 11:19   ` Thomas Schmidt
2013-06-27 12:49     ` Frédéric Praca
2013-06-27 14:36     ` Eryndlia Mavourneen
2013-06-27 17:31       ` Jeffrey Carter
2013-06-27 17:45         ` Simon Wright
2013-06-27 23:26           ` Randy Brukardt
2013-06-28  0:52             ` Jeffrey Carter
2013-06-27 18:33         ` Eryndlia Mavourneen
2013-06-27 20:31           ` Jeffrey Carter
2013-06-27 23:29             ` Randy Brukardt
2013-06-27 14:51     ` Shark8
2013-06-27 17:29     ` Jeffrey Carter
2013-06-27 10:46 ` Stephen Leake
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox