File: ChangeLog

package info (click to toggle)
r-cran-amore 0.2-15-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 268 kB
  • sloc: ansic: 1,159; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 671 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
v0.2-15: 2014.04.10
	sim.R
		Added finite error comprobation

	src/BATCHgd.c and BATCHgdwm.c 
		learning rate and momentum are divided by the number of tests in the train batch

v0.2-14 
	Minimal documentation changes

v0.2-13: 2013.12.12
	trMethods.R
		Added thread number parameter (only used in BATCH methods)
	sim.R
		Added thread number parameter

	src/BATCHgd.c and BATCHgdwm.c 
		Moved var declaration to reduce dependences
		Paralelized with OpenMP
	Makevars
		Created
		Included OpenMP

	man/*.MLPnet.Rd train.Rd
		Added n.threads argument

	Enforced CRAN requeriments:
		man/ init.MLPneuron.Rd newff.Rd train.Rd :
			Usage line reduced to less than 90 chars