home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 29 Fixes_o / 29-Fixes_o.zip / nnu2p11.dsk / README.TXT < prev   
Text File  |  1995-02-16  |  16KB  |  302 lines

  1.  
  2.     ******************************************************************
  3.                          IBM Neural Network Utility
  4.                                 Version 3.1.0.3
  5.                   (C) Copyright IBM Corporation 1990, 1995
  6.  
  7.     readme.txt                                       February 15, 1995
  8.     ******************************************************************
  9.  
  10.   IMPORTANT INFORMATION - PLEASE READ ME
  11.   ______________________________________
  12.  
  13.   This file contains important information not contained in the Neural Network
  14.   Utility Installation and User's Guide or Programmer's Reference.
  15.  
  16.   In order for IBM to provide you with information about new versions of the
  17.   Neural Network Utility, please complete and return the registration card.
  18.   User comments may be sent via Internet to nninfo@vnet.ibm.com or via IBMMAIL
  19.   to IBMMAIL(USIB5JK4).  Faxes may be sent to 800-937-3430 in the United States
  20.   and Canada, and to 1 507 253 5192 in other countries.  When you send informa-
  21.   tion to IBM, you grant IBM a non-exclusive right to use or distribute the
  22.   information in any way it believes appropriate without incurring any obli-
  23.   gation to you or restricting your use of it.
  24.  
  25.   The following topics are addressed in this README:
  26.  
  27.   1.  AS/400: Fixes REQUIRED for client/server
  28.   2.  AS/400: GetNodeParams API is QNWGDNP
  29.   3.  AS/400: STRNNURUN command added
  30.   4.  AS/400: Server runs in QNWNNU subsystem
  31.   5.  AS/400: Server jobs started by STRNNU
  32.   6.  AS/400: Sample code in QNWCSRC, QNWCBLSRC, and QNWRPGSRC
  33.   7.  AS/400: Use InfoSeeker to access online Programmer's Reference
  34.   8.  AS/400: Sample custom model stub program renamed
  35.   9.  Migration from V2 to V3 product using XLT2TO3
  36.   10. Tools pull-down menu does not allow custom tools
  37.   11. Translate editor changes all selected entries
  38.   12. Help pulldown from Fuzzy and Translate editor
  39.   13. Preferences help error
  40.   14. Windows** Client/Server issues
  41.   15. AIX: Perceptron sample network graphic not available
  42.   16. AIX: No failure message saving fuzzy rulebase without write authority
  43.   17. AIX: Demonstration access
  44.   18. AIX: HELP support
  45.   19. AIX: SVDAEMON does not register on AIX 4.1 systems
  46.   20. AIX: Use nnuenv file to setup environment variables
  47.   21. Median not computed in histogram inspector
  48.   22. Learn rate range not provided
  49.   23. Windows** and/or OS/2 VGA Inspector windows not visible
  50.  
  51.     ******************************************************************
  52.  
  53.   1.  AS/400: Fixes REQUIRED for client/server
  54.  
  55.       Access to the AS/400 from any of the supported client platforms (OS/2,
  56.       AIX, or Windows**) requires fixes to be installed on the client.  Contact
  57.       us through the Internet ID or by FAX as described earlier to find out how
  58.       to obtain these fixes.
  59.  
  60.   2.  AS/400: GetNodeParams API is QNWGDNP
  61.  
  62.       The name of the GetNodeParams API for AS/400 non-ILE languages is
  63.       QNWGDNP.
  64.  
  65.   3.  AS/400: STRNNURUN command added
  66.  
  67.       The STRNNURUN command has been added to the AS/400 environment and is
  68.       similar to the NNURUN command documented in the user's guide.  See the
  69.       panel help for the STRNNURUN command for more information.
  70.  
  71.   4.  AS/400: Server runs in QNWNNU subsystem
  72.  
  73.       The NNU server runs in a subsystem called QNWNNU, not the QSYSWRK sub-
  74.       system.
  75.  
  76.   5.  AS/400: Server jobs started by STRNNU
  77.  
  78.       Use the Start Neural Network Utility (STRNNU) command to start the NNU
  79.       server, optionally specifying an alternate port for client/server commu-
  80.       nications.  STRNNU starts the QNWNNU subsystem as well as server jobs
  81.       named QNWNNUSVR and QNWNNUSJB.  QNWNNUSVR listens on the port defined
  82.       until a client connection request is made.  At that time it passes the
  83.       connection to the waiting QNWNNUSJB job and submits another QNWNNUSJB job
  84.       to provide the connection to a future client request.
  85.  
  86.   6.  AS/400: Sample code in QNWCSRC, QNWCBLSRC, and QNWRPGSRC
  87.  
  88.       Sample code is not provided in QNWSAMPLE but in the files mentioned
  89.       above.  The Perceptron model example is in QNWCSRC.
  90.  
  91.   7.  AS/400: Use InfoSeeker to access online Programmer's Reference
  92.  
  93.       Enter STRINFSKR *BOOK BOOK(QNWNNREF) to see the online Programmer's Ref-
  94.       erence.
  95.  
  96.   8.  AS/400: Sample custom model stub program renamed
  97.  
  98.       The sample custom model stub program QNWMSTUB described on page 144 of
  99.       the Programmer's Reference has been renamed MODLSTUB.  It is located in
  100.       the QNWCSRC file.
  101.  
  102.   9.  Migration from V2 to V3 product using XLT2TO3
  103.  
  104.       Contact us for more information about migrating from version two to this
  105.       product level.  The XLT2TO3.EXE file was not provided with the product
  106.       but is available on request to convert version 2 translation templates to
  107.       the version 3.1 format.
  108.  
  109.   10. Tools pull-down menu does not allow custom tools
  110.  
  111.       The Tools pull-down menu does not support custom tools as described in
  112.       the product hardcopy documentation.  Custom tools cannot be specified in
  113.       the Preference Notebook.  Use the method supplied by your operating
  114.       system to access tools outside the NNU environment.
  115.  
  116.   11. Translate editor changes all selected entries
  117.  
  118.       When changing a value in the Translate editor, the change applies to all
  119.       selected fields.  There is no option to selectively apply the change to
  120.       the fields selected.
  121.  
  122.   12. Help pulldown from Fuzzy and Translate editor
  123.  
  124.       The Help pulldown from these editors does not bring up the correct help
  125.       topic.  Use the Help pulldown from the IDE main window or select the Help
  126.       Index topic you wish.
  127.  
  128.   13. Preferences help error
  129.  
  130.       If you press the Help key from the Preferences Notebook page, an incor-
  131.       rect help topic is displayed.  To see the help for the Preferences Note-
  132.       book, select that topic from the Help Index from the Help pull-down on
  133.       the IDE main window.
  134.  
  135.   14. Windows** Client/Server issues
  136.  
  137.       If you are using TCP/IP, you must copy two files from the NNU product
  138.       directory to your TCPIP/BIN directory:  WFTPAPI.DLL and WFTP.EXE.
  139.       Contact the developers through the contacts mentioned above if you expe-
  140.       rience further difficulty with client/server use.
  141.  
  142.   15. AIX: Perceptron sample network graphic not available
  143.                                                                                
  144.       The PERCEPTRON network graphic is available only for the OS/2 and Micro- 
  145.       soft** Windows** environments.  The Programmer's Reference, Appendix C   
  146.       Example Programs is corrected accordingly.                               
  147.  
  148.   16. AIX: No failure message saving fuzzy rulebase without write authority
  149.  
  150.       When fuzzy rule bases are saved in the AIX environment, no failure
  151.       message is posted if the user does not have write authority to the
  152.       library.  The user is incorrectly led to believe the rulebase was saved.
  153.  
  154.   17. AIX: Demonstration access
  155.  
  156.       Select Preferences Notebook from the Options pull-down menu.  Click on
  157.       the Demonstrations tab.  You must enter the path for each demonstration
  158.       module.  Select each demonstration module and add /usr/lpp/nnu/demos/ as
  159.       a prefix to each module.  Press the Add pushbutton to make the change.
  160.       Then delete the old entries by selecting each entry and pushing the
  161.       Remove pushbutton.
  162.  
  163.   18. AIX: HELP support
  164.  
  165.       The svdamemon process must be running for help access.  Start the daemon
  166.       by entering svdaemon in the usr/lpp/nnu directory.  Help can be accessed
  167.       only once.  After you exit the help application, you are unable to
  168.       reenter until you leave the Interactive Development Environment and
  169.       return.  The active directory in the AIX environment should be
  170.       /usr/lpp/nnu.
  171.  
  172.       In AIX, you must copy all files with an extension of .hlp from
  173.       /usr/lpp/nnu/help to /usr/lpp/nnu.  This will allow you to open the
  174.       model-specific help files, the Programmer's Reference, and the Installa-
  175.       tion and User's Guide within the Interactive Development Environment.
  176.  
  177.   19. AIX: SVDAEMON does not register on AIX 4.1 systems
  178.  
  179.       If you experience this error starting the svdaemon process, rlogin and
  180.       restart svdaemon from the root directory.
  181.  
  182.   20. AIX: Use nnuenv file to setup environment variables
  183.  
  184.       Before running nnu you must properly set your PATH, LIBPATH, and
  185.       XENVIRONMENT environment variables.  For example, C shell users would
  186.       enter:
  187.  
  188.             source /usr/lpp/nnu/nnuenv
  189.  
  190.       To see current environment values for a variable, use the echo command as
  191.       follows:
  192.  
  193.             echo $LIBPATH
  194.  
  195.   21. Median not computed in histogram inspector
  196.  
  197.       Statistical data displayed by the histogram inspector does not include
  198.       median.
  199.  
  200.   22. Learn rate range not provided
  201.  
  202.       Each model has its own unique range for the learn rate parameter.  Ranges
  203.       are usually either 0 to 10 or 0 to 100.  Online help to be updated next
  204.       release to provide specifics for each model.
  205.  
  206.   23. Windows** and/or OS/2 VGA Inspector windows not visible
  207.  
  208.       In the Windows environment, inspectors may inadvertantly be placed off
  209.       the screen.  While selectable from the Windows pull-down menu in the IDE,
  210.       their XY placement coordinates are outside of the screen limitations.  To
  211.       view these inspectors, edit the .ENV file to change the X-Y coordinates
  212.       to within the screen limits.
  213.  
  214.  
  215.                                                                               1
  216. Bug Fixes
  217. _________
  218.  
  219. Version 3.1.0.3:
  220.  
  221. ID         TITLE                                                                  
  222. -------    -----------------------------------------------------------------      
  223. 3974259    APPGEN-OS2 CANCEL STILL CREATES IMPORT AND FILTER                      
  224. 3973723    APPGEN-OS2 MULTIPLE GENERATES CREATE SAME NAME NODES                   
  225. 3978865    CLISERV - BLOW OUT WHEN SAVEAS ON NEWLY CREATED MODULE                 
  226. 3978875    CLISERV - CHANGE MODULE SETTINGS DOESN'T WORK                          
  227. 3979574    DEMOS - CREDIT SCORING DEMO, BKP NETS SHOULD HAVE 0-1 OUTPUT           
  228. 3979452    DEMOS CRDSCR FILTER FOR NETWORTH GARBLED, SCRIPT ERRORS                
  229. 3979449    DEMOS MKTANA FILTERS CONNECTED WRONG                                   
  230. 3975043    FILTERSETTINGS-OS2 CUSTOM PARAMETERS END UP IN FILE NAME               
  231. 3975044    FILTERSETTINGS-OS2 CUSTOM PARAMETERS TRUNCATED PREMATURELY             
  232. 3975032    FILTERSETTINGS-OS2 FILE NAME AVAILABLE WHEN CUSTOM CHECKED             
  233. 3975045    FILTERSETTINGS-OS2 QNWXLATE NOT ALLOWED AS CUSTOM PROGRAM              
  234. 3974603    FUZZY - CIRCULAR RULE REFERENCES ARE NOT DETECTED CORRECTLY            
  235. 3978223    FUZZY - OS/2 - ERROR MESSAGE IS BLANK                                  
  236. 3972990    FUZZY - UNABLE TO DESELECT VARIABLE/SET
  237. 3973380    FUZZY-AIX GRAPH DOES NOT CHANGE WHEN VALUES CHANGE                     
  238. 3973539    FUZZY-AIX INVALID FUZZY SET MEMBER FUNCTIONS ALLOWED                   
  239. 3973585    FUZZY-AIX LARGE DISCRETE NUMBERS ARE TREATED AS SYMBOLS                
  240. 3973352    FUZZY-AIX MULTIPLE APPEARANCE OF EDIT VARIABLE DIALOG                  
  241. 3973350    FUZZY-AIX NO ACTION WHEN ADDING VARIABLE WITH SPACE IN NAME            
  242. 3973358    FUZZY-AIX NO X-AXIS WHEN DISPLAYING VARIABLE 
  243. 3973508    FUZZY-AIX STATUS AREA FUZZYSETS HAS INCORRECT COUNT                    
  244. 3973510    FUZZY-AIX VALUES APPEAR AS FUZZY SETS WHEN CHANGE DEFINITION           
  245. 3973639    FUZZY-AIX VARIABLE LOOKS SELECTED, BUT IS NOT SELECTED                 
  246. 3973534    FUZZY-AIX HAVE FUZZY SETS PARAMETERS BE SAME AS VARIABLE               
  247. 3975134    HELP-AIX PRODUCT INFO DIALOG TOO HIGH/GHOST                            
  248. 3978870    IDE - AFTER SAVE OR SAVEAS, STATUS LINE STILL SAYS MODIFIED            
  249. 3981278    IDE - CAN'T SEE WINNER PARAMETER FOR FEATURE MAP NETWORK               
  250. 3979231    IDE - CYCLE IN PROGRESS BUT GO BUTTONS ARE GREEN                       
  251. 3974197    IDE - INTERACTIVE OPTIONS DIALOG MISSING DATA TYPE & LENGTH            
  252. 3979230    IDE - SCROLL BARS DISAPPEAR IN MODULE EDITOR (REFRESH PROBS)           
  253. 3978565    IDE CANNOT CHANGE BREAKPOINT                                           
  254. 3978645    IDE MODULE TRANSFER DOESN'T WRITE FILES                                
  255. 3974301    IDE-AIX CLOSE ALL DOES NOT CLOSE EDITORS                               
  256. 3974143    IDE-AIX CLOSING MULTIPLE INSPECTORS CAUSES NNU TO CORE DUMP            
  257. 3974306    IDE-AIX MISSING MODULE SETTINGS PREFERENCES                            
  258. 3973197    IDE-AIX MOST ICONS CREATED PARTIALLY OUT OF WINDOW                     
  259. 3974490    IDE-AIX NODE CREATED WHEN YOU EXCEED THE MAXIMUM ALLOWED               
  260. 3974910    IDE-AIX/OS2 OLD NAME NOT CLEARED FROM SCREEN                           
  261. 3974195    IDE-C/S CAN'T RUN CONTROL SCRIPT WHEN IN C/S MODE                      
  262. 3974256    IDE-OS2 EDITOR OPTIONS STILL AVAILABLE BUT DO NOTHING                  
  263. 3973860    IDE-OS2 MODIFIED DOES NOT APPEAR FOR FIRST IMPORT NODE                 
  264. 3975204    IDE-SETTINGS-AIX/OS2 DEFAULTS BUTTON DOES NOTHING                      
  265. 3974939    IMPORTSETTINGS-AIX MISSING ACCELERATOR ON HELP BUTTON                  
  266. 3974991    IMPORTSETTINGS-AIX MISSING ACCELERATOR ON SPREADSHEET PARAMS           
  267. 3975150    IMPORTSETTINGS-AIX PROGRAM OPTIONS DISAPPEAR                           
  268. 3975146    IMPORTSETTINGS-AIX UNABLE TO DELETE LAST VALUE ON EXT OPTION           
  269. 3974942    IMPORTSETTINGS-AIX/OS2 INVALID SPREADSHEET RANGES ALLOWED              
  270. 3975005    IMPORTSETTINGS-AIX/OS2 ADD FILES... TO INTERACTIVE OPTS                
  271. 3975010    IMPORTSETTINGS-OS2 BLANK IMPORT NAME ALLOWED - CAUSES PROBS            
  272. 3975008    IMPORTSETTINGS-OS2 SPREADSHEET TYPE NOT SAVED                          
  273. 3975028    IMPORTSETTINGS-OS2 VIEW BUFFER ACCURATE ONLY WHEN ON                   
  274. 3972754    INSP-ALL ADD A CLOSE OPTION UNDER OBJECT MENU ITEM                     
  275. 3971660    INVALID ARRAY INDEX MESSAGE ON INPUT DATA                              
  276. 3981953    MODELS - GAMMA PARAMETER MISSING FROM TDL SETTINGS                     
  277. 3979030    MODELS - ART GETS FLOATING POINT UNDERFLOW ERROR MKTANA DEMO           
  278. 3974098    MULTIPLE OBJECTS CREATED UPON INITIALIZATION OF "STAMPING"             
  279. 3975068    NETWORKSETTINGS-BACKPROP-OS2 TOLERANCE RANGE IN ERROR                  
  280. 3975060    NETWORKSETTINGS-OS2 INITIALIZE SHOULD NOT CHANGE ENTERED VAL           
  281. 3975061    NETWORKSETTINGS-OS2 SETTINGS CHANGE WITH ERROR INPUTS                  
  282. 3975072    NETWORKSETTINGS-OS2 RADIAL BASIS FUNCTION BAD RANGE
  283. 3979214    OS/2 - ACCELERATOR KEYS NOT WORKING                                    
  284. 3974105    PATH PROBLEMS RUNNING DIALOG AND TRANSLATE TEMPLATE / DEMOS            
  285. 3974238    README-AIX COMMENTS MISSING - SVDAEMON/NNUENV                          
  286. 3974108    RUNTIME-AIX CRASHES WITH INVALID STRING LENGTH FOR NO FILENAME
  287. 3974128    RUNTIME-AIX OK BUTTON DOES NOT ACCEPT ENTER KEY ON DLG_MOD
  288. 3974126    RUNTIME-AIX/OS2 SCROLLBAR PROBLEM WITH VERTICAL BAR
  289. 3979518    RUNTIME - CAN'T READ PANEL DEFS WITH /N OR /R/N                        
  290. 3981468    SCRIPT - USE OF UNDEFINED VARIABLE IS NOT MARKED AS INVALID            
  291. 3974560    SCRIPT EDITOR ABENDS WHEN CONTROL SCRIPT TO EDIT NOT FOUND             
  292. 3979028    SCRIPT- RUN SCRIPT, PAUSE THEN CANCEL, WON'T WORK NEXT TIME            
  293. 3974633    SPIRAL ICON NOT SHOWING UP IN NOTEBOOK                                 
  294. 3974161    TRANSFER-AIX THE MODULE FILE SHOULD BE INCLUDED IN FILE LIST           
  295. 3974163    TRANSFER-AIX USER SHOULD NOT BE ABLE TO TRANSFER NONEXISTING FILES
  296. 3974159    TRANSFER-AIX NO INDICATION OF SUCCESS                                  
  297. 3974311    TRANSFER-AIX PRINT SHOULD BE PRINT ALL                                 
  298. 3974891    TRANSFER-AIX/OS2 EXISTING FILES ARE NO LONGER SELECTED                 
  299. 3981241    XLATE - SYMBOL TO NUMBER WITHOUT TABLE DEFINED CAUSES CRASH            
  300. 3974904    XLATE-AIX STATUS AREA VALUES NOT INITIALIZED FULLY                     
  301.  
  302.