Search found 106 matches

by Paul Cerkez
20 May 2023 1:36
Forum: Visual Prolog
Topic: How to get binary data from a picture
Replies: 2
Views: 79

Re: How to get binary data from a picture

Awesome, great news, Thanks Martin.
It will save me a lot of work if I can re-use some of my old code. :-)
by Paul Cerkez
20 May 2023 1:34
Forum: Visual Prolog
Topic: A Parallel processing version of VIP?
Replies: 2
Views: 75

Re: A Parallel processing version of VIP?

Thanks Thomas.
I was afraid of that :-)
by Paul Cerkez
19 May 2023 19:46
Forum: Visual Prolog
Topic: How to get binary data from a picture
Replies: 2
Views: 79

How to get binary data from a picture

In the old VIP 6.x (and earlier) there were the VPI:pict* predicates for doing binary manipulation of BMP images (among other things). So far in VIP 10ce, I don't see anything similar. When I did a search in the VPI Wiki, it referred a lot of references to VIP7.x However, on one in the Wiki pages th...
by Paul Cerkez
19 May 2023 13:14
Forum: Visual Prolog
Topic: A Parallel processing version of VIP?
Replies: 2
Views: 75

A Parallel processing version of VIP?

Has there been any attempt at creating a Parallel processing version of VIP? How about an API to CUDA? With deep learning really coming to the forefront, has VIP done anything to create/support the need for faster processing. A couple of years ago, I did do some very limited work with improving Neur...
by Paul Cerkez
19 Feb 2022 19:50
Forum: Visual Prolog Tips & Samples
Topic: Neural Network Program
Replies: 10
Views: 25716

Re: Neural Network Program

choibakk, Been a while since I was active on this site (getting back to it though :D ) Anyway, in response to your question about did I do anything more with my earlier work. Simply, just a little bit. Without building an API to C++, I could not directly take my VIP code to a CUDA implementation. I ...
by Paul Cerkez
19 Feb 2022 19:19
Forum: Visual Prolog Tips & Samples
Topic: Tic Tac Toe
Replies: 4
Views: 3444

Re: Tic Tac Toe

Thanks Harrison
by Paul Cerkez
19 Feb 2022 19:18
Forum: Visual Prolog
Topic: Tic Tac Toe
Replies: 5
Views: 5986

Re: Tic Tac Toe

Yes, on both counts of breaking brains. :-)
by Paul Cerkez
19 Feb 2022 14:38
Forum: Visual Prolog
Topic: Tic Tac Toe
Replies: 5
Views: 5986

Re: Tic Tac Toe

Harrison, The course is a Masters's level IS course on AI in general. It is an 8-week, compressed semester. I have the students doing a different "slice" of AI each week. As a matter of fact, next week is Neural Networks. :-) Basically, the assignment was to modify the code to allow the co...
by Paul Cerkez
17 Feb 2022 15:51
Forum: Visual Prolog
Topic: Tic Tac Toe
Replies: 5
Views: 5986

Re: Tic Tac Toe

Never mind. I did a "Remove All" for the missing package and it never requested to re-add it so guess it was not needed after all. However, I did get another error related to fromOldFont(...) (incompatible - different domains) I didn't have time to trouble shoot so I commented the specific...
by Paul Cerkez
17 Feb 2022 15:30
Forum: Visual Prolog
Topic: Upgrade VIP 7x project to VIP 10x
Replies: 1
Views: 2032

Re: Upgrade VIP 7x project to VIP 10x

Harrison, I am going to have to try this process with your Tic Tac Toe application.

Wish me luck :D
by Paul Cerkez
17 Feb 2022 14:54
Forum: Visual Prolog
Topic: Tic Tac Toe
Replies: 5
Views: 5986

Tic Tac Toe

Quick question: Does the Tic Tac Toe program Harrison Pratt wrote a couple of years ago require the CE version? I keep getting a "e100 The file 'C:\Program Files (x86)\Visual Prolog 10 PE\pfc\basis\disposable\uncollectable\uncollectable.pack' is not found " error message and when I go look...
by Paul Cerkez
17 Feb 2022 14:35
Forum: Visual Prolog Tips & Samples
Topic: Tic Tac Toe
Replies: 4
Views: 3444

Tic Tac Toe

Harrison Pratt:

Have you tried compiling your TIC TAC TOE game in VIP 10 yet?
by Paul Cerkez
15 Apr 2020 1:52
Forum: Visual Prolog
Topic: Help! trying to figure out what I am doing wrong
Replies: 7
Views: 8353

Re: Help! trying to figure out what I am doing wrong

Harrison, Right now I just want to get it working. :-) That said, I do want it working as a Console app. New way or old is irrelevant to me right now. Eventually, I will go to the new syntax. I am also looking at a PIE exercise for the students so I don't want to introduce too much at one time as th...
by Paul Cerkez
13 Apr 2020 21:45
Forum: Visual Prolog
Topic: Help! trying to figure out what I am doing wrong
Replies: 7
Views: 8353

Re: Help! trying to figure out what I am doing wrong

I know I am missing something simple but I can't figure it out. Could someone look this project over and tell me where I am AFU. (that c504 for one is kicking my butt, and when I do get past it, the application runs non-stop and allows no interaction.) I know I am doing something wrong but I can't s...